/* NNWI Sign Studio — Switzerland web fonts for the nnwi.org plugin.
   Family names match exactly what the sign SVGs reference, so a Corel-exported
   (live-text) SVG renders identically in the browser with these @font-face rules.
   Source: Switzerland TTFs installed in C:\Windows\Fonts (swz*), converted to WOFF2. */

@font-face {
  font-family: "SwitzerlandCondBlack";   /* WARNING headline + footer band */
  src: url("woff2/SwitzerlandCondBlack.woff2") format("woff2");
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "SwitzerlandBlack";        /* heavy display text */
  src: url("woff2/SwitzerlandBlack.woff2") format("woff2");
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "SwitzerlandCondensed";    /* body / slot text */
  src: url("woff2/SwitzerlandCondensed.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Futura XBlkCn BT";        /* PROGRAM-IN-FORCE agency line (PIF templates) */
  src: url("woff2/FuturaXBlkCnBT.woff2") format("woff2");
  font-weight: 900; font-style: normal; font-display: swap;
}
