:root {
  --primary: #375bb0;
  --bg: #eff4ff;
  --root-font-size: 100%;
  --text-xs: clamp(13.8888888889px, 14.0286948731px + -0.0372815958vw, 13.5067525321px);
  --text-s: clamp(16.6666666667px, 16.1772150355px + 0.130520435vw, 18.0045011253px);
  --text-m: clamp(20px, 18.5365853659px + 0.3902439024vw, 24px);
  --text-l: clamp(24px, 21.076097561px + 0.7797073171vw, 31.992px);
  --text-xl: clamp(28.8px, 23.7346331707px + 1.3507644878vw, 42.645336px);
  --text-xxl: clamp(34.56px, 26.4065001629px + 2.1742666232vw, 56.846232888px);
  --text-3xl: clamp(41.472px, 28.9217456928px + 3.3467344819vw, 75.7760284397px);
  --space-none: 0;
  --space-xs: 8px;
  --space-s: 12px;
  --space-m: 16px;
  --space-l: 48px;
  --space-xl: 64px;
  --space-xxl: 128px;
  --space-huge: 256px;
  --container-max-width: 2060px;
}
