:root {
  --qe-primary: #005eb8;
  --qe-primary-dark: #003f7d;
  --qe-primary-soft: #eaf4ff;
  --qe-success: #16855b;
  --qe-success-soft: #e8f7f0;
  --surface: #ffffff;
  --background: #f4f7fa;
  --border: #dce4eb;
  --text-primary: #172434;
  --text-muted: #68798a;
  --warning: #b96800;
  --warning-soft: #fff5dc;
  --danger: #c53939;
  --danger-soft: #fff0f0;
  --shadow: 0 10px 30px rgba(24, 55, 82, .08);
  --radius: 14px;
}
