:root {
  --brand-blue-900: #0d4c88;
  --brand-blue-700: #1c5a96;
  --brand-blue-500: #2f73b3;
  --brand-lime-700: #b7d814;
  --brand-lime-500: #c9ea29;
  --navy-950: #0e2238;
  --navy-900: #16395d;
  --slate-700: #4a6480;
  --slate-500: #6f8295;
  --mist-200: #dfe8ef;
  --mist-100: #f3f8fb;
  --white: #ffffff;
  --danger: #d33d3d;
  --shadow-soft: 0 24px 70px rgba(14, 34, 56, 0.12);
  --shadow-strong: 0 42px 110px rgba(14, 34, 56, 0.22);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --shell: min(1180px, calc(100vw - 40px));
  --section-y: clamp(64px, 8vw, 96px);
  --font-sans: "Plus Jakarta Sans", Arial, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
}
