:root {
  --bg: #f5f8fc;
  --surface: #ffffff;
  --surface-2: #f8fbff;
  --text: #0d2240;
  --muted: #667892;
  --line: #dbe5f1;
  --navy: #0c2a4d;
  --navy-2: #12395f;
  --blue: #0d6efd;
  --blue-2: #005eea;
  --blue-soft: #eaf3ff;
  --green: #15a05c;
  --orange: #f28c28;
  --purple: #7b61ff;
  --red: #dc3545;
  --shadow: 0 12px 34px rgba(24,55,92,.08);
  --radius: 18px;
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color: var(--text);
  background: var(--bg);
}
