:root {
  --bg-surface: #ffffff;
  --bg-page: #f7f5f1;
  --color-text: #1a1a1a;
  --color-muted: #5a5a5a;
  --color-subtle: #8a8a8a;
  --color-accent: #e85d2f;
  --color-accent-soft: #ffe9dd;
  --color-success: #1e8b5c;
  --color-error: #d43a3a;
  --color-divider: rgba(26, 26, 26, 0.08);
  --font-text: "Stack Sans Text", system-ui, sans-serif;
  --container-max: 1240px;
  --section-padding-y: clamp(5rem, 10vw, 8rem);
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px;
  --shadow-paper: 0 4px 30px rgba(26, 26, 26, 0.04);
  --header-height: 5rem;
}
