/* ===== THEME: Default – globale Variablen ===== */
:root{
  /* Farben */
  --color-text: #111;           /* Standard-Text (war bisher body{color:#111}) */
  --color-muted: #666;          /* z.B. .event-list .meta */
  --color-muted-2: #ddd;        /* z.B. alte Navbar-Links */
  --color-surface: #fff;
  --color-surface-2: #f3f3f3;

  /* Brand (für Bootstrap-Pills etc.) */
  --bs-primary: #2b6cb0;

  /* Trenner/Linien */
  --border-color: rgba(0,0,0,0.10);

  /* Typo & Layout */
  --font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --container-max: 1440px;

  /* Glassmorphism */
  --glass-bg: rgba(255, 255, 255, .55);
  --glass-border: 1px solid rgba(255, 255, 255, .35);
  --glass-blur: 12px;
  --glass-shadow: 0 6px 18px rgba(16,24,40,.08);

  /* Background */
  --bg-image: url("/assets/img/default-background.jpg");
}