/* Buch-Cluster — celestine, zukünftige spirituelle Buch-Sites
   Voraussetzung: tokens-global.css zuerst geladen.
   Quelle: docs/superpowers/specs/2026-05-05-glass-aurora-redesign-design.md § 3.3 */

:root {
  --aurora-1: rgba(45, 106, 79, 0.55);     /* deep emerald */
  --aurora-2: rgba(232, 212, 139, 0.45);   /* parchment-gold */
  --aurora-3: rgba(201, 168, 76, 0.4);     /* gold deep */
  --aurora-base-dark: #0f2118;             /* deep forest */
  --aurora-base-mid: #2d6a4f;
  --accent-gold: #e8d48b;
  --accent-gold-deep: #c9a84c;             /* Drop-Cap, Section-Kicker, Ornament-Akzent */
  --cta-gradient: linear-gradient(135deg, #e8d48b 0%, #c9a84c 100%);
  --cta-glow: 0 8px 28px rgba(201, 168, 76, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
  --cta-glow-hover: 0 12px 32px rgba(201, 168, 76, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
  --table-head-bg: rgba(45, 106, 79, 0.12);
  --table-row-hover-bg: rgba(45, 106, 79, 0.06);
  --sticky-pulse-glow: rgba(201, 168, 76, 0.5);
  --section-bg: linear-gradient(180deg, #f4efe4 0%, #e8dfd0 100%);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Crimson Text', Georgia, serif;
}
