/* ============================================================
   LOKALE SCHRIFTARTEN — Fraunces & Outfit
   Self-hosted statt Google Fonts CDN (DSGVO-konform, kein
   externer Aufruf an fonts.googleapis.com / fonts.gstatic.com)

   ANLEITUNG ZUM AUSFÜLLEN:
   1. Gehe zu https://gwfh.mranftl.com/fonts
   2. Suche "Outfit" -> Varianten: 400, 500, 600, 700 -> nur "latin"
      -> Download als ZIP -> woff2-Dateien in /fonts/ legen
   3. Suche "Fraunces" -> Varianten: 500, 600 (regular, kein italic)
      -> nur "latin" -> Download -> woff2-Dateien in /fonts/ legen
   4. Dateinamen unten ggf. anpassen falls abweichend
   ============================================================ */

/* Outfit — Regular 400 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/outfit-v15-latin-regular.woff2') format('woff2');
}

/* Outfit — Medium 500 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/outfit-v15-latin-500.woff2') format('woff2');
}

/* Outfit — SemiBold 600 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/outfit-v15-latin-600.woff2') format('woff2');
}

/* Outfit — Bold 700 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/outfit-v15-latin-700.woff2') format('woff2');
}

/* Fraunces — Medium 500 */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/fraunces-v38-latin-500.woff2') format('woff2');
}

/* Fraunces — SemiBold 600 */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/fraunces-v38-latin-600.woff2') format('woff2');
}
