:root {
  --navy-900: #0b1d2d;
  --navy-950: #071625;
  --gold-500: #c89d4e;
  --gold-600: #b78a39;
  --ivory-50: #f8f8f6;
  --white: #ffffff;
  --grey-100: #f2f3f5;
  --grey-200: #e2e5e9;
  --grey-600: #555c66;
  --dark-muted: #b8c0c8;

  --font-heading: "Cinzel", Georgia, "Times New Roman", serif;
  --font-body: "Inter", Arial, Helvetica, sans-serif;

  --container: 1120px;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --space-2xl: 96px;

  --radius-sm: 4px;
  --radius-md: 6px;
  --shadow-soft: 0 8px 30px rgba(11, 29, 45, 0.08);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --focus: 2px solid var(--gold-500);
}
