/* ==========================================================================
   RESURREXION — Web fonts
   Converted from brand-supplied OTF/TTF to WOFF2 + WOFF (fontTools/brotli).
   RADICAL                -> angular techno display face (headlines)
   Helvetica Now Display  -> UI / body / labels (Bold weight supplied)
   ========================================================================== */

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

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

/* The supplied .otf cut is kept as an alternate source; same family, same weight.
   (Browsers use the first that loads; .ttf-derived woff2 is smaller so it leads.) */
@font-face {
  font-family: "Helvetica Now Display Alt";
  src: url("../assets/fonts/helvetica-now-display-bold-otf.woff2") format("woff2"),
       url("../assets/fonts/helvetica-now-display-bold-otf.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
