:root {
  --yellow: #ffcd00;
  --gold: #ffcd00;
  --gold-dark: #ffcd00;
  --navy: #10202a;
  --navy-2: #16303f;
  --white: #ffffff;
  --warm: #f8f7f3;
  --gray-50: #fbfbf9;
  --gray-100: #f2f1ec;
  --gray-200: #e4e3de;
  --gray-300: #d0d1cc;
  --ink: #181818;
  --ink-soft: #5b6670;
  --success: #0f7a4b;
  --danger: #b42318;
  --font-display: "Exo 2", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1200px;
  --container-wide: 1360px;
  --header-h: 92px;
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 8px 24px rgba(16, 32, 42, .08);
  --shadow: 0 18px 55px rgba(16, 32, 42, .12);
  --shadow-lg: 0 30px 80px rgba(16, 32, 42, .16);
  --transition: 180ms ease;
  --section-y: clamp(72px, 8vw, 118px);
}
