:root, [data-theme="light"] {
  --brand-blau: #01539d;
  --brand-blau-dunkel: #03396b;
  --brand-blau-hell: #1f73c2;
  --blau-100: #e2eef9;
  --blau-050: #f1f6fb;
  --energie-orange: #f39200;
  --orange-hover: #d97e00;
  --orange-text: #a45f00;
  --orange-100: #fdebd2;
  --apricot: #eea47f;
  --ink: #14202b;
  --ink-muted: #546475;
  --ink-subtle: #8595a6;
  --surface: #ffffff;
  --surface-alt: #f4f7fa;
  --surface-raised: #ffffff;
  --border: #d3dde7;
  --border-strong: #7b8fa3;
  --on-blau: #ffffff;
  --on-orange: #1a1200;
  --spar-gruen: #1a7f4b;
  --gruen-100: #dff3e7;
  --warn-rot: #c2371f;
  --rot-100: #fbe4df;
  --gradient-blau: #01539d;
  --focus: #01539d;
  --shadow-card: 0 1px 2px rgba(1,83,157,0.06), 0 12px 32px rgba(1,83,157,0.10);
  --shadow-raised: 0 20px 48px rgba(1,83,157,0.18);
}
[data-theme="dark"] {
  --brand-blau: #3d8ad9;
  --brand-blau-dunkel: #0b2440;
  --brand-blau-hell: #5ea3e6;
  --blau-100: #14314f;
  --blau-050: #0f2438;
  --energie-orange: #f5a11f;
  --orange-hover: #ffb445;
  --orange-text: #ffc46b;
  --orange-100: #4a2f0a;
  --apricot: #c97a52;
  --ink: #eef3f8;
  --ink-muted: #a7b6c5;
  --ink-subtle: #7a8a9b;
  --surface: #0b1621;
  --surface-alt: #122130;
  --surface-raised: #182a3b;
  --border: #2b4055;
  --border-strong: #7a91a8;
  --on-blau: #06131f;
  --on-orange: #1a1200;
  --spar-gruen: #4fc985;
  --gruen-100: #0f3322;
  --warn-rot: #ff8a70;
  --rot-100: #421a12;
  --gradient-blau: #0b2440;
  --focus: #7fbcf0;
  --shadow-card: 0 1px 2px rgba(0,0,0,0.4), 0 12px 32px rgba(0,0,0,0.45);
  --shadow-raised: 0 20px 48px rgba(0,0,0,0.6);
}
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --content-max: 1200px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --font-display: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
