/* 01 — Minimal Sans · Inter, neutralne szarości, dużo whitespace */
:root {
  --bg: #fafafa;
  --bg-elevated: #ffffff;
  --surface: #ffffff;
  --surface-hover: #f3f3f3;
  --text: #18181b;
  --text-muted: #71717a;
  --border: #e4e4e7;
  --border-strong: #d4d4d8;
  --accent: #5b67ca;
  --accent-text: #ffffff;
  --font-sans: 'Inter', system-ui, sans-serif;
  --font-display: 'Inter', sans-serif;
}
.day-card { box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
