:root {

  --brand: #1E40AF;
  --brand-strong: #1E3A8A;
  --brand-soft: #3B82F6;
  --brand-tint: #EFF6FF;
  --brand-rgb: 30, 64, 175;

  --accent: #0891B2;
  --accent-soft: #22D3EE;
  --accent-tint: #ECFEFF;
  --accent-rgb: 8, 145, 178;

  --ink: #0F172A;
  --ink-soft: #334155;
  --muted: #64748B;
  --line: #E2E8F0;
  --line-soft: #F1F5F9;
  --surface: #FFFFFF;
  --surface-2: #F8FAFC;
  --surface-3: #F1F5F9;

  --bg: #F8FAFC;
  --bg-rgb: 248, 250, 252;

  --night: #0B1220;
  --night-2: #111827;
  --night-rgb: 11, 18, 32;

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

  --ok: #15803D;
  --warn: #B45309;

  --font-head: "Sora", "Segoe UI", system-ui, sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;

  --radius-sm: 0.55rem;
  --radius: 0.9rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --shadow-sm: 0 4px 14px rgba(15, 23, 42, 0.06);
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 30px 70px rgba(15, 23, 42, 0.14);

  --container: 1160px;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}
