:root {
  --navy-950: #07182a;
  --navy-900: #0c2238;
  --cream-50: #fbf8f2;
  --cream-100: #f3ede3;
  --gold-500: #b69768;
  --ink-900: #20262c;
  --border: #d9cdbb;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: Inter, system-ui, sans-serif;
  --content-width: 1200px;
  --focus-ring: 0 0 0 3px rgba(182, 151, 104, .45);
  --white: #fff;
  --muted: #6d6a64;
  --shadow-soft: 0 18px 48px rgba(7, 24, 42, .12);
  --space-section: clamp(4.5rem, 9vw, 8rem);
}
