/* ═══════════════════════════════════════════════════════════════════
   CSS Custom Properties — Sonaris Alice Redesign
   ═══════════════════════════════════════════════════════════════════ */

:root {
  /* Hintergründe */
  --bg-base: #121820;
  --bg-elevated: #151d28;

  /* Kartenfarben = Stationsfarben */
  --blue-electric: #3B82F6;
  --purple-vivid: #8B5CF6;
  --blue-clarity: #6E91B4;
  --green-accent: #6EB48C;
  --warm-copper: #AA7D55;
  --warm-highlight: #E1B991;
  --red-coral: #A0555F;

  /* Text */
  --text-headline: rgba(200, 220, 240, 0.95);
  --text-body: rgba(160, 185, 215, 0.8);
  --text-muted: rgba(140, 160, 190, 0.5);

  /* Logo */
  --logo-dot-size: 7px;
  --logo-dot-color: var(--blue-clarity);
  --logo-dot-opacity: 0.6;
  --logo-font-size: 21px;
  --logo-font-weight: 500;
  --logo-letter-spacing: 8px;
}
