/* ------------------------------------------------------------------
   Self-hosted licensed brand fonts (NO CDN).
   Display  : Block Berthold        (client-supplied: BlockCFFHea.otf)
   Subhead  : Amsi Pro Narrow Black (client-supplied: AmsiProNarw-Ultra.otf)
   Body     : Lato 400/700/900      (open-source, self-hosted)
   Fredoka / Saira Condensed in the stack are graceful fallbacks only
   and should never render when these faces load.
------------------------------------------------------------------ */

@font-face {
  font-family: "Block Berthold";
  src: url("../assets/fonts/block-berthold.woff2") format("woff2"),
       url("../assets/fonts/block-berthold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amsi Pro Narrow Black";
  src: url("../assets/fonts/amsi-pro-narrow-black.woff2") format("woff2"),
       url("../assets/fonts/amsi-pro-narrow-black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato-regular.woff2") format("woff2"),
       url("../assets/fonts/lato-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato-bold.woff2") format("woff2"),
       url("../assets/fonts/lato-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato-black.woff2") format("woff2"),
       url("../assets/fonts/lato-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
