/*
  SSG Hartha – lokale Schrift-Einbindung
  Version: V105-Local-Google-Fonts

  Zweck:
  - ersetzt externe Google-Fonts-Aufrufe durch lokale Dateien unter /data/gfonts/
  - erzeugt beim Seitenaufruf keinen Kontakt zu externen Google-Font-Servern

  THETABUG:
  Die Google-Font-Dateien liegen bewusst lokal in eigenen Unterordnern.
*/

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('./Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('./Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('./Source_Sans_3/SourceSans3-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url('./Source_Sans_3/SourceSans3-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('./Cinzel/Cinzel-VariableFont_wght.ttf') format('truetype');
}