/* ============================================================
   tokens.css  ·  Single Source of Truth fuer mondschoen
   Union aller --ms-* Tokens (vorher in event.css / mondschoen-edition.css
   / Inline je dreifach definiert, Werte identisch). Wird als ERSTES
   geladen; die alten :root-Bloecke setzen danach dieselben Werte erneut
   (harmlos). Neue Komponenten nutzen nur noch diese Quelle.
   ============================================================ */
:root {
  /* Farben */
  --ms-ink: #2D2028;
  --ms-aub: #3d2433;
  --ms-plum: #4A2F3D;
  --ms-plum-warm: #5c3b48;
  --ms-plum-deep: #3a2231;
  --ms-plum-mist: #7B5B6A;
  --ms-cream: #f7ede2;
  --ms-cream-warm: #efe1d1;
  --ms-cream-deep: #e2cdb6;
  --ms-copper: #c8915e;
  --ms-copper-soft: #d4a373;
  --ms-rose: #c95d8e;
  --ms-rose-soft: #e8b4cb;
  --ms-forest: #4a5b3e;
  --ms-teal: #4a7068;
  --ms-clay: #b56b4c;

  /* Typografie */
  --ms-serif: 'Cormorant Garamond', Georgia, serif;
  --ms-sans: 'Plus Jakarta Sans', sans-serif;

  /* Form */
  --ms-radius: 8px;
  --ms-radius-pill: 100px;

  /* Bewegung + Tiefe */
  --ms-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ms-shadow-sm: 0 4px 14px rgba(74, 47, 61, 0.07);
  --ms-shadow-md: 0 14px 38px rgba(74, 47, 61, 0.10);
  --ms-shadow-lg: 0 30px 64px rgba(74, 47, 61, 0.14);
}
