/* ==========================================================================
   ESCAN — Webfonts
   Bahnschrift: variable (wght 300–700, wdth 75–100) — single file.
   GE SS Unique: Arabic, Light + Bold (the only supplied weights).
   NOTE for production: Bahnschrift ships with Windows and GE SS Unique is
   a commercial face — client must confirm web-embedding licenses before
   launch. Concept-review usage only until then.
   ========================================================================== */

@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift.woff2") format("woff2");
  font-weight: 300 700;
  font-stretch: 75% 100%;
  font-display: swap;
}

@font-face {
  font-family: "GE SS Unique";
  src: url("../fonts/GE_SS_Unique_Light-1.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "GE SS Unique";
  src: url("../fonts/GE_SS_Unique_Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
