@font-face {
  font-family: 'Inter';
  src: url("../../fonts/inter-bold.woff") format("woff"), url("../../fonts/inter-bold.ttf") format("truetype"), url("../../fonts/inter-bold.svg#webfont") format("svg");
}

html, body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6{
  margin: 1.125em 0 0.3em;
  line-height: 1.4;
  color: #1b1d1f;
  padding: 0;
  font-weight: 500;

}

h1, h2, h3, h4 {
  font-family: "Inter", serif;
  font-weight: 600;
  letter-spacing: -1px;
}

h1{
  margin-top: 0;
  font-size: 2.441em;
}

h2{
  font-size: 1.953em;
}

h5, h6, p {
  font-family: "Inter", sans-serif;
}

h3{
  font-size: 1.5em;
}

h4{
  font-size: 1.2em;
  font-weight: 800;
}

/* Captions */
h5{
  font-weight: 800;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.175;
}

/* Footer */
h6 {
  font-weight: 800;
  font-size: .8em;
  text-transform: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  font-size: .85em;
  line-height: 1.45;
  margin-bottom: 1.15em;
  color: #70777f;
}

label {
  font-size: .85em;
  line-height: 1.45;
  font-weight: normal;
  color: #1b1d1f;
}

p.footnotes{
  font-size: .75em;
  font-style: italic;
}

a {
  text-decoration: underline;
}

a, a:hover, a:focus {
  color: #70777f;
  letter-spacing: 1px;
}

.page h2 a,
.page h3 a,
.page h4 a,
.page h5 a,
.page h6 a{
  text-transform: inherit;
  color: #445066;
  text-decoration: none;
}

span.monospace{
  font-size: 14px;
  line-height: 22px;
  font-family: 'Oxygen Mono', monospace;
}

@media (max-width: 768px) {
  span.monospace{
    font-size: 13px;
    line-height: 20px;
  }
}

.text-light-gray {
  color:#A1A1A2;
}
