/* ============================
   CSS Variables & Reset
   ============================ */
:root {
  --navy: #1e2d4a;
  --navy-dark: #162038;
  --gold: #c4a05a;
  --gold-light: #d4b576;
  --cream: #f5f0e8;
  --cream-light: #faf7f2;
  --white: #ffffff;
  --text-dark: #1e2d4a;
  --text-mid: #4a5568;
  --text-light: #718096;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", sans-serif;
  --shadow-sm: 0 2px 12px rgba(30, 45, 74, 0.07);
  --shadow-md: 0 8px 32px rgba(30, 45, 74, 0.1);
  --shadow-lg: 0 16px 48px rgba(30, 45, 74, 0.14);
  --radius: 12px;
  --transition: 0.3s ease;
}
