:root {
  --accent: #2a90a7;
  --accent-dark: #22758a;
  --accent-soft: #e8f3f6;
  --accent-light: #8fc4d2;
  --cta: #e81a41;
  --cta-dark: #c41435;
  --highlight: #fec339;

  --ink: #010101;
  --body: #141414;
  --muted: #6a6a6a;
  --bg: #ffffff;
  --bg-soft: #efefef;
  --line: #e0e0e0;

  --tint-1: #e8f3f6;
  --tint-2: #f1f1f1;
  --tint-3: #e4eef1;
  --tint-4: #f6f6f6;

  --hero-1: #14323b;
  --hero-2: #1d2a2e;
  --hero-3: #25333a;

  --radius-sm: 0px;
  --radius: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, .07);
  --shadow: 0 4px 16px rgba(0, 0, 0, .09);
  --shadow-lg: 0 10px 34px rgba(0, 0, 0, .12);
  --maxw: 1000px;
  --gutter: 20px;
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}