:root {
  --ink: #0A1726;
  --navy: #0E2034;
  --navy-2: #0B1B2E;
  --navy-soft: #16304B;
  --gold: #C6A15B;
  --gold-bright: #D8B66E;
  --gold-pale: #E8D3A2;
  --bone: #F7F4EE;
  --paper: #FCFBF7;
  --text: #2A3540;
  --muted: #697785;
  --muted-navy: #A9BBCE;
  --line-gold: rgba(198,161,91,.28);
  --line-gold-strong: rgba(198,161,91,.55);
  --line-dark: rgba(20,40,60,.10);
  --shadow: 0 30px 70px -34px rgba(8,18,30,.4);
  --maxw: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
}
