:root {
  --ink: #0a1628;
  --ink-soft: #1a2d4a;
  --blue: #1e4d8c;
  --blue-bright: #3b7ddd;
  --gold: #c9a227;
  --gold-light: #f0d878;
  --cream: #f6f2ea;
  --white: #ffffff;
  --muted: #6b7a8f;
  --line: rgba(10, 22, 40, 0.08);

  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Fraunces", Georgia, serif;
  --nav-h: 68px;
  --max: 1200px;
  --radius: 18px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
