:root {
  --color-bg: #f4f6f8;
  --color-surface: #ffffff;
  --color-text: #1a1f24;
  --color-muted: #5c6670;
  --color-accent: #c45c26;
  --color-accent-hover: #a34a1e;
  --color-dark: #1a3a4a;
  --space: clamp(1rem, 4vw, 2rem);
  --radius: 12px;
  --shadow: 0 8px 32px rgba(26, 58, 74, 0.12);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --max: 72rem;
}
