:root {
  --primary: #0038a8;
  --secondary: #ce1126;
  --accent: #fcd116;
  --bg: #f4f7f9;
  --surface: #ffffff;
  --surface-soft: #f8f9fa;
  --surface-tint: #eef2ff;
  --surface-border: #d8dfea;
  --text: #2f3640;
  --muted: #666666;
  --footer-bg: #111827;
  --footer-border: #333333;
  --footer-text: #cccccc;
  --shadow-soft: 0 4px 6px rgba(0, 0, 0, 0.05);
  --shadow-header: 0 2px 10px rgba(0, 0, 0, 0.08);
  --shadow-search: 0 10px 25px rgba(0, 56, 168, 0.08);
  --radius-card: 12px;
  --radius-pill: 999px;
  --radius-soft: 10px;
  --max-width: 1200px;
}
