/* ============================================================
   KUNDALINI YOGA RAPPERSWIL-JONA — BRAND TOKENS
   Einzige Quelle der Wahrheit für Farben, Schriften, Abstände.
   Wird von Flyer UND Webseite verwendet.

   Haltung: Eine Pause, kein Training.
   Farbwelt: Spätsommerabend auf der Wiese — Waldgrün, Sand, spätes Gold.
   Verboten: Lotus, Om-Zeichen, Chakren-Diagramme, Violett, Räucherstäbchen-Optik.
   ============================================================ */

@font-face { font-family:'Inter'; font-weight:400; font-style:normal; font-display:swap; src:url(fonts/inter-400-latin.woff2) format('woff2'); }
@font-face { font-family:'Inter'; font-weight:500; font-style:normal; font-display:swap; src:url(fonts/inter-500-latin.woff2) format('woff2'); }
@font-face { font-family:'Inter'; font-weight:600; font-style:normal; font-display:swap; src:url(fonts/inter-600-latin.woff2) format('woff2'); }

:root{
  /* ── Grün: Wiese, Schatten, Ruhe ── */
  --forest-900:#1C2A21;   /* dunkelster Ton, Kontaktblock */
  --forest-700:#26382C;   /* Überschriften */
  --forest-500:#3E5A46;   /* Fliesstext auf hellem Grund, Links */
  --sage-400:#7E9A85;     /* gedämpftes Salbei, feine Linien */
  --sage-100:#DDE7DD;     /* zarte Flächen */

  /* ── Sand & Creme: Abendlicht, Papier ── */
  --sand-200:#EFE6D4;     /* Info-Kacheln */
  --sand-100:#F5EFE2;
  --cream-50:#FBF7EF;     /* Seitenhintergrund */
  --white:#FFFFFF;

  /* ── Gold: spätes Sonnenlicht, Akzent. Sparsam einsetzen. ── */
  --gold-600:#A3712E;
  --gold-500:#B4823A;     /* Häkchen, Eyebrow, Akzentlinien */
  --gold-300:#D9BE8B;
  --gold-100:#EFE0C4;

  /* ── Text ── */
  --ink-900:#23281F;
  --ink-600:#4E5849;
  --ink-400:#7C846F;

  /* ── Schrift ── */
  /* Serif = Würde ohne Kitsch. Iowan Old Style ist warm und geerdet,
     auf macOS vorhanden; die Fallbacks sind bewusst ähnlich gewichtet. */
  --font-serif:'Iowan Old Style','Charter','Palatino','Georgia',serif;
  --font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
}
