@font-face {
  font-display: block;
  font-family: "Diatype Variable";
  src: url("Cargo-DiatypePlusVariable.woff2") format("woff2-variations"),
  font-style: normal;
  font-weight: 200 1000;
  unicode-range: U+0000-DFFF, U+F900-FFFD;
}

@font-face {
  font-family: Icons;
  src: url(IconFont-Regular-0.9.3.woff2);
  unicode-range: U+E000-E15C, U+F0000, U+FE0E
}

/* mobile vertical */
@media (max-width: 575.98px) {
  .content {
    font-size: 1.5rem;
  }

  hr {
    height: 0.3rem;
    margin: 2.5vmin 0 2.5vmin 0;
  }

  .header-content {
    height: 3rem;
  }

  h2 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 0.85;
    color: black;
  }

  h3 {
    font-size: 0.7em;
  }

  h6 {
    font-size: 17.069vmin;
    font-weight: 400;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    line-height: 0.9;
    letter-spacing: 0.03em;
    margin: 0 0 -0.1em 0;
    color: black;
  }

  p {
    font-size: 0.75em;
  }

  .larger {
    font-size: 1.5rem;
  }

  ol {
    font-size: 0.75em;
  }

  pre {
    font-size: 0.81rem;
  }

  .menu-link {
    font-size: 1.3rem;
  }

  .menu-links {
    line-height: 1.4rem;
  }
}

/* tablet and desktop */
@media (min-width: 576px) {
  .content {
    font-size: 1.7rem;
  }

  hr {
    height: 0.4rem;
  }

  .header-content {
    height: 6rem;
  }

  h2 {
    font-size: 8rem;
    font-weight: 400;
    line-height: 0.85;
    color: black;
  }

  h3 {
    font-size: 1.7rem;
  }

  h6 {
    font-size: 14.5vmin;
    font-weight: 400;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    line-height: 0.9;
    letter-spacing: 0.03em;
    margin: 0 0 -0.1em 0;
    color: black;
  }

  p {
    font-size: 1em;
  }

  .larger {
    font-size: 2.5rem;
  }

  pre {
    font-size: 1rem;
  }

}

.content {
  /*padding: 0 3rem 3rem 1rem;*/
  /*font-size: 2rem;*/
  font-family: "Diatype Variable", Icons, sans-serif;
  line-height: 1.2;
  /*height: 100%;*/
}

a {
  color: black;
  text-decoration: none;
}

h1 {
  font-size: 14.5vmin;
  font-size: 10px;
  font-weight: 400;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
  line-height: 0.9;
  letter-spacing: 0.03em;
  margin: 0 0 -0.1em 0;
  color: black;
}

h3 {
  font-family: "Diatype Variable", Icons, sans-serif;
  line-height: 1.2;
  font-style: italic;
  font-weight: 500;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
  color: black;
}

hr {
  background-color: black;
  /*color: black;*/
  border: 0;
  /*height: 0.5rem;*/
  /*height: 1.5vmin;*/
  /*margin-top: 0.3rem;*/
  /*margin-bottom: 1.1rem;*/
  opacity: 1;
}

ol {
  padding-left: 3rem
}

.marquee {
  overflow: hidden;
  /*border-top: 1px solid #000;*/
  /*border-bottom: 1px solid #000;*/
  display: flex;
}

.marquee h6 {
  /*font-size: 4rem;*/
  white-space: nowrap;
  text-transform: uppercase;
}

