/**
 *
 * @copyright   Copyright (C) Bonacia 2015. All rights reserved.
 * @author      Connor Stokes.
 *
**/

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */

html {
  /* Change default typefaces here */
  font-family: AllerLight;
  font-size: 137.5%;
  -webkit-font-smoothing: antialiased;
}
/* Copy & Lists */
p {
	font-family: AllerLight;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0;
}
ul,
ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
ul li,
ol li {
  line-height: 1.5em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0;
  line-height: 1.5em;
}
h1 {
  font-size: 4.242em;
  line-height: 4.5em;
  margin-top: 3em;
}
h2 {
  font-size: 2.828em;
  line-height: 3em;
  margin-top: 3em;
}
h3 {
  font-size: 1.414em;
}
h4 {
  font-size: 0.707em;
}
h5 {
  font-size: 0.4713333333333333em;
}
h6 {
  font-size: 0.3535em;
}
/* Tables */
table {
  margin-top: 1.5em;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 33px;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
  font-size: 1.414em;
}
/* Hug the block above you */
.hug {
  margin-top: 0;
}