/**
 * Orphit – Self-hosted Fonts (global).
 *
 * Die drei Marken-Fonts (SIL OFL, Variable woff2, latin subset) liegen unter
 * /wp-content/uploads/fonts/ und sind bewusst unabhängig von Theme und Plugin.
 * Bis 2026-09-11 nur auf der Landingpage (Post 7215) via landingpage-ux.css
 * geladen; ab hier site-weit, damit Newsletter-/Consent-Komponenten außerhalb
 * der LP ebenfalls echte Signika/Golos/Caveat rendern.
 *
 * Rollen: Signika = Headings · Golos Text = Body/Buttons · Caveat = Handschrift.
 */
@font-face {
	font-family: "Signika";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("/wp-content/uploads/fonts/Signika-Variable.woff2") format("woff2");
}

@font-face {
	font-family: "Golos Text";
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url("/wp-content/uploads/fonts/GolosText-Variable.woff2") format("woff2");
}

@font-face {
	font-family: "Caveat";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("/wp-content/uploads/fonts/Caveat-Variable.woff2") format("woff2");
}

/* Die drei Marken-Fonts sind seit 2026-09-21 die site-weite Primärschrift:
   Signika = Headings, Golos Text = Body, Caveat = Handschrift. Oscine und
   Supria Sans (Adobe Typekit) sind abgelöst. Die Umschaltung läuft über
   includes/class-orphit-typography.php (Element-Filter + globales
   Typekit-Dequeue) und assets/css/site-ux.css (Theme-Styles-Übersteuerung).
   Die Bricks-Variablen --font-display/--font-body bleiben bewusst
   unangetastet (Bricks-eigenes Theme-Styles-System). */
