/* Yudicon — webfonts (self-hosted, licensed files in assets/fonts/)
 *
 *   ABC Favorit Light            — primary: headlines & body
 *   ABC Favorit Extended Light   — claim & subheadlines (+2% tracking)
 *   ABC Favorit Expanded Medium  — YUDICON wordmark setting only (+30% tracking)
 *   Saol Standard Light Italic   — serif emphasis (family name: "Saol Display")
 *
 * NOTE: two changes from the design-system original — paths resolve as
 * ../../fonts/ instead of ../fonts/, and each face lists a WOFF2 ahead of
 * the OTF. WOFF2 is half the size (360 KB -> 178 KB across the four cuts);
 * the OTF stays as a fallback and is never fetched by a modern browser.
 */
@font-face {
  font-family: "ABC Favorit";
  src: url("../../fonts/ABCFavorit-Light.woff2") format("woff2"),
       url("../../fonts/ABCFavorit-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Favorit Extended";
  src: url("../../fonts/ABCFavoritExtended-Light.woff2") format("woff2"),
       url("../../fonts/ABCFavoritExtended-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Favorit Expanded";
  src: url("../../fonts/ABCFavoritExpanded-Medium.woff2") format("woff2"),
       url("../../fonts/ABCFavoritExpanded-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saol Display";
  src: url("../../fonts/SaolStandard-LightItalic.woff2") format("woff2"),
       url("../../fonts/SaolStandard-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
