:root {
  --color-blue: #1937c2;
  --color-blue-dark: #10277f;
  --color-navy: #071a3d;
  --color-navy-soft: #0d2859;
  --color-red: #fc0000;
  --color-yellow: #ffa300;
  --color-blue-pale: #eef1ff;
  --color-yellow-pale: #fff6df;
  --color-red-pale: #fff0f0;
  --color-ink: #101828;
  --color-muted: #526071;
  --color-border: #dce3ee;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f6f8;
  --color-surface-blue: #eaf0ff;
  --font-heading: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-body: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --container-width: 1180px;
  --section-spacing: 92px;
  --header-height: 78px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow-soft: 0 22px 60px rgba(7, 26, 61, 0.1);
  --transition-base: 180ms ease;
}
