/* =====================================================================
   theme-dogfather.css — Welt 1: DOGFATHER (Streamer/Person)
   Babyblau / Schwarz / Lila — die "Core"-Welt, sitzt auch als globaler
   Default darunter (main.css Fallback = diese Werte).
   ===================================================================== */
:root[data-theme="dogfather"] {
  --bg: #0a0c10;
  --bg-alt: #12151b;
  --card-bg: #171b22;
  --text: #f4f6f8;
  --text-muted: #9aa4b3;
  --border: #262b35;
  --accent: #8fd9ea;      /* Babyblau — Markenfarbe */
  --accent-2: #8b5cf6;    /* Lila */
  --accent-contrast: #0a0c10;
}
