/* ============================================================
   Chantraine & Ganser - Webfonts (self-hosted, DSGVO-konform)
   Stand: 2026-05-13

   Fuer Landingpages und andere statische Auftritte. cg-website
   bindet Schriften ueber npm-Pakete @fontsource ein und ignoriert
   dieses File.

   Pfade sind relativ zur Position dieser fonts.css nach Build:
   public/assets/css/fonts.css. Die woff2-Files liegen unter
   public/assets/fonts/ (eine Ebene hoeher), daher ../fonts/.
   Build-Skript siehe marketing/KONVENTIONEN.md §4 Brand-Pflicht.

   Schriften:
   - PT Sans  400 / 400i / 700 / 700i  (latin)
   - Fraunces Variable (wght axis 100–900, latin)

   Kein latin-ext, kein cyrillic — deutsch ist mit U+0000–00FF
   vollstaendig abgedeckt (ä/ö/ü/ß).
   ============================================================ */

/* ===== PT Sans 400 (Regular) ===== */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/pt-sans-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== PT Sans 400 (Italic) ===== */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/pt-sans-latin-400-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== PT Sans 700 (Bold) ===== */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/pt-sans-latin-700-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== PT Sans 700 (Bold Italic) ===== */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/pt-sans-latin-700-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== Fraunces Variable (Display, wght 100–900) =====
 * Variable Font: ein File deckt die volle Gewichtsskala ab. Marken-
 * Gewicht ist 600 (BRAND.md), per font-weight: 600 anwenden. */
@font-face {
  font-family: 'Fraunces Variable';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/fraunces-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
