/* Lokale Schriften – keine externe Übertragung (DSGVO-konform).
   Variable Fonts: ein File deckt alle Gewichte ab. */

@font-face{
  font-family:'Outfit';
  font-style:normal;
  font-weight:300 500;            /* variabler Bereich */
  font-display:swap;
  src:url('/fonts/outfit-var.woff2') format('woff2');
}

@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:400 600;            /* variabler Bereich */
  font-display:swap;
  src:url('/fonts/fraunces-var.woff2') format('woff2');
}
