:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-subtle: #f8fafc;
  --surface-muted: #eef3f8;
  --border: #dbe4ee;
  --border-strong: #c7d3e0;
  --text: #172033;
  --text-muted: #68758a;
  --navy: #10233f;
  --navy-2: #17365f;
  --blue: #2563eb;
  --blue-hover: #1d4ed8;
  --blue-soft: #eaf1ff;
  --green: #15803d;
  --green-soft: #eaf8ef;
  --orange: #c86b0a;
  --orange-soft: #fff4e6;
  --red: #c43d3d;
  --red-soft: #fff0f0;
  --slate: #475569;
  --shadow-sm: 0 1px 2px rgba(16, 35, 63, .05), 0 2px 8px rgba(16, 35, 63, .04);
  --shadow-md: 0 12px 32px rgba(16, 35, 63, .10);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
