/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
    line-height: initial;
    font-size: initial;
}

/* Copy & Lists */
p {
  font-size: 1.6rem;
  line-height: 2.24rem;
  margin-bottom: 1rem;
}

ul,
ol {
  margin-top: 2.24rem;
  margin-bottom: 2.24rem;
}
ul li,
ol li {
  line-height: 2.24rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 2.24rem;
  margin-top: 2.24rem;
  margin-bottom: 2.24rem;
}
/* Headings */

h1, .as-h1 {
    font-size: 3.293rem;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 2.4698rem;
    font-weight: 700;
}

h2, .as-h2 {
  font-size: 2.5888rem;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 1.9416rem;
  font-weight: 700;
}

h3, .as-h3 {
  font-size: 2.0352rem;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 1.5264rem;
  font-weight: 700;
}

h4, .as-h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

/* Tables */
table {
  margin-top: 3.584rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 3.3rem;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
  font-size: 2.2624rem;
}
/* Hug the block above you */
.hug {
  margin-top: 0;
}
