/* ============================================================
   SCHARKU – Lokale Schriftarten
   ============================================================
   SETUP (einmalig, nur 1–2 Minuten):

   1. Öffnen Sie diese URL im Browser und laden Sie die ZIP herunter:
      https://gwfh.mranftl.com/fonts/barlow-condensed?subsets=latin&variants=400,600,700,800,900
      → Entpacken → alle .woff2-Dateien in den Ordner:
        /assets/fonts/

   2. Öffnen Sie diese URL und laden Sie die ZIP herunter:
      https://gwfh.mranftl.com/fonts/barlow?subsets=latin&variants=300,regular,500,600
      → Entpacken → alle .woff2-Dateien ebenfalls in:
        /assets/fonts/

   3. Fertig! Keine Google-Server, keine DSGVO-Probleme.

   Alternative: google-webfonts-helper.herokuapp.com
   ============================================================ */

/* ===== BARLOW CONDENSED ===== */

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/barlow-condensed-v13-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/barlow-condensed-v13-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/barlow-condensed-v13-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/barlow-condensed-v13-latin-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('fonts/barlow-condensed-v13-latin-900.woff2') format('woff2');
}

/* ===== BARLOW ===== */

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/barlow-v13-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/barlow-v13-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/barlow-v13-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/barlow-v13-latin-600.woff2') format('woff2');
}
