:root {
  --color-bg: #f8f9fc;
  --color-surface: #ffffff;
  --color-text: #1a1d29;
  --color-muted: #64748b;
  --color-border: #e8ecf4;
  --color-dark: #0f172a;
  --color-hero-primary: #1e3a2e;
  --color-hero-secondary: #2d5a3f;
  --color-accent: #c62828;
  --color-accent-light: #ef5350;
  --color-gold: #d4af37;
  --color-green-soft: #e8f5e9;
  --container-width: 1120px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;
  --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --font-sans: "Montserrat", -apple-system, system-ui, sans-serif;
}
