/* =============================================================
   NWAG-NRW e.V. — Self-hosted Webfonts
   Outfit (Headline) + Inter (Body)
   font-display:swap auf jeder @font-face — Master-Prompt §14
   -------------------------------------------------------------
   PLATZHALTER v0.1 — echte .woff2-Files in /fonts/ ablegen.
   Bezugsquelle: https://fontsource.org/fonts/outfit
                 https://fontsource.org/fonts/inter
   ============================================================= */

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('outfit-variable.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('inter-variable.woff2') format('woff2-variations');
}
