/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 137.5%;
  -webkit-font-smoothing: antialiased;
}
/* Copy & Lists */
p, nav {
  line-height: 1.4;
  margin-top: .75rem;
  margin-bottom: 0;
}
ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  margin-top: .25rem;
  line-height: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
details {
  margin-top: 1.5rem;
  margin-top: 1.5rem;
}
summary {
  outline: none;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}
summary:hover {
  text-decoration: none;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: 'Helvetica Neue', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}
h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem;
}
h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem;
}
h3 {
  font-size: 1.414rem;
}
h4 {
  font-size: 0.707rem;
}
h5 {
  font-size: 0.4713333333333333rem;
}
h6 {
  font-size: 0.3535rem;
}
/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 33px;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted #666;
  cursor: help;
}
/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
}
/* Hug the block above you */
.hug {
  margin-top: 0;
}

@media only screen and (max-width: 700px) {
    html {
        font-size: 110%;
    }
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (max-width: 520px) {
    html {
        font-size: 100%;
    }
    h1 {
        font-size: 2.828rem;
        line-height: 3rem;
        margin-top: 3rem;
    }
    h2 {
        font-size: 1.414rem;
        line-height: 1.5rem;
    }
    h3 {
        font-size: 1rem;
    }
}