/*  ALL CSS TYPOGRAPHY GOES IN THIS FILE */

/* develop font palette

/* font sizes taken from type-scale.com Perfect fourth (1.414 scale) */

body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  
  font-family: avenir;
  color: white;
}

h1{ 
  font-size: 3.998em; 
}

h2{
  font-size: 2.827em;
}

h3{
  font-size: 1.999em;
}

h4{
  font-size: 1.414rem;
  padding: 0;
  margin: 0;
}

h5{ 
  font-size: 1em; 
  padding: 0;
  margin: 0;
}

h6{ 
  font-size: 0.707em; 
}

p{
  font-size: 1em;
}


nav li{
  text-decoration: none;

}