/*! Typebase.scss v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: "Roboto", sans-serif;
  font-size: 137.5%;
  -webkit-font-smoothing: antialiased;
}

/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  line-height: 1.5rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: "Roboto", sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
}

h1 {
  font-size: 3rem;
  line-height: 4.5rem;
  margin-top: 3rem;
}

h2 {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 3rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 0.5rem;
}

h5 {
  font-size: 0.3333333333rem;
}

h6 {
  font-size: 0.25rem;
}

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
  line-height: 33px;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Leading paragraph text */
.lead {
  font-size: 1rem;
}

/* Hug a the block above you */
.hug {
  margin-top: 0;
}

/*# sourceMappingURL=typebase.css.map */
