/**
 * CarKoy design tokens — single palette for the marketing site, EJS admin, and /ministry-admin-react/.
 * Flutter uses Material seed aligned to --carkoy-accent (see flutter-mobile-app/README.md).
 */
:root {
  --carkoy-font-sans: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --carkoy-bg-deep: #0f1419;
  --carkoy-surface: #1a2332;
  --carkoy-surface2: #243044;
  --carkoy-text: #e6edf3;
  --carkoy-text-muted: #8b9cb3;
  --carkoy-border: #2d3a4f;
  --carkoy-accent: #3b82f6;
  --carkoy-accent-hover: #2563eb;
  --carkoy-success: #22c55e;
  --carkoy-warning: #eab308;
  --carkoy-radius: 14px;
  --carkoy-radius-sm: 8px;
  --carkoy-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  --carkoy-brand-red: #e53935;
  --carkoy-brand-blue: #1e88e5;
}
