:root{
  --navy:#16213F;
  --navy-deep:#0F1830;
  --gold:#B08D57;
  --gold-light:#D4B483;
  --text-dark:#16213F;
  --text-medium:#55606E;
  --bg-light:#FAFAF8;
  --bg-cream:#F4F1EA;
  --bg-dark:#101828;
  --white:#FFFFFF;
  --border:#E4E1D9;
  --radius:14px;
  --shadow:0 20px 50px rgba(16,24,40,0.10);
  --heading-font:'Playfair Display', Georgia, serif;
  --body-font:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
