/**
 * Tinos Font - Lokal gehostet für DSGVO-Konformität
 *
 * Diese Datei definiert die Tinos-Schriftart für lokales Hosting.
 * Verwendet im Classic Template (Serif-Schriftart, ähnlich Times New Roman).
 *
 * Download-Anleitung:
 * 1. Besuche https://fonts.google.com/specimen/Tinos
 * 2. Klicke auf "Download family"
 * 3. Extrahiere die .ttf Dateien und konvertiere zu .woff2 (z.B. mit cloudconvert)
 * 4. Benenne sie um zu: Tinos-Regular.woff2, Tinos-Bold.woff2, etc.
 * 5. Speichere sie in public/fonts/tinos/
 *
 * Alternativ: Nutze google-webfonts-helper (https://gwfh.mranftl.com/fonts/tinos)
 */

@font-face {
  font-family: "Tinos";
  src: url("/fonts/tinos/Tinos-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tinos";
  src: url("/fonts/tinos/Tinos-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Tinos";
  src: url("/fonts/tinos/Tinos-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tinos";
  src: url("/fonts/tinos/Tinos-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
