body,
textarea
{
  font: 17px/1.5em 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1
{
  font-size: 2em;
  line-height: 1.5em;
}
h2
{
  font-size: 1.7em;
  line-height: 1.5em;
}
h3
{
  font-size: 1.4em;
  font-weight: bold;
}
h4
{
  font-size: 1.1em;
  font-weight: bold;
}
h5
{
  font-weight: bold;
}
h1 + *
{
  margin-top: 50px;
}
h2 + *
{
  margin-top: 16px;
}
h3 + *
{
  margin-top: 8px;
}
a
{
  text-decoration: none;
  font-weight: bold;
}
body > footer
{
  text-align: center;
  font-size: smaller;
}
code,
code *
{
  font-family: monospace;
  font-size: smaller;
}
strong,
strong *
{
  font-weight: bold;
}
em,
em *
{
  font-style: italic;
}
small,
small *
{
  font-size: smaller;
}
