/* BeerenKlima 2.0 — Self-hosted Fonts (WOFF2)
   Hanken Grotesk: Variable (Roman + Italic), deckt 100–900 in einer Datei.
   Spectral:       Static-Schnitte für die im Layout tatsächlich genutzten
                   Gewichte (300/400/500/600 + 300i/400i).
   Pfade absolut auf /Fonts/, font-display: swap (Fallback sofort, Tausch
   nach Laden — kein Layout-Blocking).
*/

/* ─── Hanken Grotesk ─────────────────────────────────────────────────── */
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('/Fonts/Hanken_Grotesk/HankenGrotesk-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('/Fonts/Hanken_Grotesk/HankenGrotesk-Italic-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ─── Spectral ───────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Spectral';
  src: url('/Fonts/Spectral/Spectral-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('/Fonts/Spectral/Spectral-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('/Fonts/Spectral/Spectral-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('/Fonts/Spectral/Spectral-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('/Fonts/Spectral/Spectral-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('/Fonts/Spectral/Spectral-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
