/* ============================================================
   fonts-premium.css — Zusatz-Schriften des MultiPagers (v16)
   Geladen von index (Portal-Vorschauen), leistungen (Space
   Grotesk/Inter), arbeitsproben (Space Grotesk) und
   ueber-uns (Playfair/Inter). kontakt und die Rechtsseiten
   kommen mit fonts.css (Fraunces/Gloock) aus. Syne liegt
   weiter im Ordner, wird aber seit v16.1 nicht mehr genutzt
   (@font-face lädt nur bei tatsächlicher Verwendung).
   Alle Dateien lokal in assets/fonts/premium/ — 0 externe Requests.
   Lizenzen: OFL, siehe LICENSE-* im selben Ordner.
   ============================================================ */

/* Syne — Display „Nachtschicht" */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/premium/syne-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/premium/syne-latin-800-normal.woff2') format('woff2');
}

/* Space Grotesk — Body „Nachtschicht", Display „Signal" */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/premium/space-grotesk-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/premium/space-grotesk-latin-500-normal.woff2') format('woff2');
}

/* Playfair Display — Display „Atelier" */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/premium/playfair-display-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/premium/playfair-display-latin-500-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/premium/playfair-display-latin-600-normal.woff2') format('woff2');
}

/* Inter — Body „Atelier" und „Signal" */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/premium/inter-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/premium/inter-latin-400-normal.woff2') format('woff2');
}
