@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  :root {
    --kev-blue: #2563EB;
    --kev-yellow: #F59E0B;
    --kev-gray: #111827;
  }
} 