/* ============================================================
   Impacto de Cria — Webfonts
   The Popcuts = the brand's hand-cut display lettering (provided).
   Body/UI text is set in Helvetica — a system font, so no webfont
   is loaded for it (see --font-body in typography.css).
   ============================================================ */

@font-face {
  font-family: "The Popcuts";
  src: url("../assets/fonts/ThePopcuts.otf") format("opentype"),
       url("../assets/fonts/ThePopcuts.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "The Popcuts Slant";
  src: url("../assets/fonts/ThePopcutsSlant.otf") format("opentype"),
       url("../assets/fonts/ThePopcutsSlant.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
