/* ==== Fonts (fonts/-Ordner liegt neben dieser Datei) ==== */

/*
 * fonts.css — Selbst gehostete Default-Fonts der Referenz-Optik
 * (variable Fonts, Latin-Subset, Gewichte 400–700).
 * Entfernbar, sobald das eigene Design-System --font-heading/--font-body
 * samt Fonts bereitstellt.
 */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/jost-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/overpass-latin.woff2') format('woff2');
}


/* ==== Aussehen: NICHT hier. Tokens und Struktur stehen seit dem
        21.08.2026 in wpcodebox (kalender.css), der Dialog in
        dialog.css. Quelle im Repo: cgy-fullcal/css-fuer-wpcodebox/. ==== */