/* Theme: Modern Minimal — Schwarz/Weiß, viel Whitespace */
:root {
  --font-display: system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: system-ui, -apple-system, "Segoe UI", sans-serif;
  --ls-display: -.02em;

  --c-bg: #ffffff;
  --c-bg-alt: #f6f6f6;
  --c-card: #ffffff;
  --c-input: #fafafa;
  --c-text: #0a0a0a;
  --c-muted: #6b6b6b;
  --c-line: #ebebeb;
  --c-accent: #0a0a0a;
  --c-on-accent: #ffffff;
  --c-hero-bg: #0a0a0a;
  --c-hero-text: #ffffff;
  --hero-veil: linear-gradient(180deg, rgba(10,10,10,.0), rgba(10,10,10,.35));
}
.hero-title { font-weight: 700; letter-spacing: -.04em; }
.event-card { box-shadow: none; }
