:root {
  --navy: #0f1a24;
  --navy-soft: #1a2d3d;
  --green: #2d6a4f;
  --green-light: #40916c;
  --green-glow: rgba(64, 145, 108, 0.35);
  --gold: #d4a853;
  --gold-light: #e8c878;
  --gold-glow: rgba(212, 168, 83, 0.3);
  --cream: #f8f6f1;
  --white: #ffffff;
  --text: #1a1a1a;
  --text-muted: #5c6670;
  --text-on-dark: rgba(255, 255, 255, 0.85);

  --font: "Outfit", system-ui, sans-serif;
  --radius: 20px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --header-h: 72px;
}
