:root {

  --brand: #0d9488;
  --brand-strong: #0f766e;
  --brand-soft: #14b8a6;
  --brand-tint: #ecfdf5;
  --brand-rgb: 13, 148, 136;

  --accent: #ea580c;
  --accent-soft: #f59e0b;
  --accent-tint: #fff7ed;
  --accent-rgb: 234, 88, 12;

  --ink: #0c1116;
  --ink-soft: #2f3b46;
  --muted: #64748b;
  --line: #e3e9ee;
  --line-soft: #eef2f5;
  --surface: #ffffff;
  --surface-2: #f7faf9;
  --surface-3: #eef4f2;

  --bg: #f4f8f7;
  --bg-rgb: 244, 248, 247;

  --night: #0a1512;
  --night-2: #11211d;
  --night-rgb: 10, 21, 18;

  --white: #ffffff;
  --white-rgb: 255, 255, 255;

  --ok: #15803d;
  --warn: #b45309;

  --font-head: "Sora", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "Cascadia Code", monospace;

  --radius-sm: 0.5rem;
  --radius: 0.85rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.9rem;
  --shadow-sm: 0 3px 12px rgba(12, 17, 22, 0.06);
  --shadow: 0 16px 38px rgba(12, 17, 22, 0.09);
  --shadow-lg: 0 28px 64px rgba(12, 17, 22, 0.15);

  --container: 1180px;
}
