/* ===================================================================
   FF-Energy — Lokale Schriften (DSGVO-konform, kein Google-CDN)
   ===================================================================
   WICHTIG: Damit die Originalschriften angezeigt werden, müssen die
   Font-Dateien (.woff2) in DIESEN Ordner (/assets/fonts/) geladen werden.
   Eine Schritt-für-Schritt-Anleitung steht in der Datei
   ANLEITUNG-FONTS.txt im Hauptverzeichnis.

   Solange die Dateien fehlen, greift automatisch ein System-Fallback
   (Arial/Helvetica) — die Seite bleibt voll funktionsfähig und sieht
   sauber aus, nur die Schrift weicht leicht ab.
   =================================================================== */

/* ---------- Inter (Fließtext) ---------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/inter-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/inter-700.woff2') format('woff2');
}

/* ---------- Barlow Condensed (Überschriften / Wortmarke) ---------- */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-900.woff2') format('woff2');
}
