:root {
  --color-navy: #0f1b2d;
  --color-navy-light: #1a2d47;
  --color-slate: #3d4f63;
  --color-slate-light: #6b7c8f;
  --color-white: #ffffff;
  --color-off-white: #f7f9fc;
  --color-gray-100: #eef2f7;
  --color-gray-200: #dde4ed;
  --color-teal: #0d9488;
  --color-teal-dark: #0a7a70;
  --color-teal-light: #e6f7f5;
  --color-gold: #c9a227;
  --color-gold-light: #faf5e4;
  --color-success: #16a34a;
  --color-error: #dc2626;

  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --font-heading: "DM Serif Display", Georgia, serif;

  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;

  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;

  --shadow-sm: 0 1px 3px rgba(15, 27, 45, 0.08);
  --shadow-md: 0 4px 12px rgba(15, 27, 45, 0.1);
  --shadow-lg: 0 8px 24px rgba(15, 27, 45, 0.12);

  --nav-height: 4.5rem;
  --sidebar-width: 280px;
  --max-width: 1200px;
  --transition: 0.2s ease;
}
