:root {
  --primary: #014a9d;
  --primary-dark: #013a7a;
  --primary-light: #f0f6fc;
  --secondary: #1e293b;
  --secondary-light: #f1f5f9;
  --accent: #22c55e;
  --accent-dark: #16a34a;
  --text: #1a1a1a;
  --text-muted: #475569;
  --border: #e5e7eb;
  --bg: #ffffff;
  --bg-light: #f9fafb;
  --bg-dark: #0f172a;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  --radius: 12px;
  --radius-lg: 20px
}
