:root {
  --navy-950: #08131f;
  --navy-900: #0d1b2a;
  --navy-800: #16283a;
  --navy-700: #254055;
  --gold-600: #a9802c;
  --gold-500: #c9a24b;
  --gold-300: #dec27f;
  --beige-100: #f2eee6;
  --beige-50: #faf8f4;
  --white: #ffffff;
  --grey-900: #27313a;
  --grey-700: #4d5a64;
  --grey-500: #76818a;
  --grey-300: #cbd1d5;
  --grey-200: #e0e4e6;
  --grey-100: #f2f4f5;
  --green-700: #256248;
  --green-100: #e5f3ec;
  --amber-700: #8a5a12;
  --amber-100: #fff1d6;
  --red-700: #923b3b;
  --red-100: #fbe9e8;
  --font-sans: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --content-width: 1180px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --shadow-sm: 0 8px 24px rgba(8, 19, 31, 0.08);
  --shadow-lg: 0 24px 60px rgba(8, 19, 31, 0.18);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --space-9: 6rem;
  --motion-fast: 120ms;
  --motion-standard: 200ms;
  --motion-deliberate: 280ms;
  --ease-premium: cubic-bezier(.2, .8, .2, 1);
}
