:root {
  --gold: #e4c06b;
  --gold-soft: #f5e6bc;
  --gold-deep: #b8943f;
  --astro-blue: #4cc9f0;
  --navy: #050810;
  --font: 'Inter', system-ui, -apple-system, sans-serif;
  --font-display: 'Syne', 'Inter', system-ui, sans-serif;
  --radius: 14px;
  --radius-lg: 22px;
  --max-w: 1240px;
}
