@tailwind base;@tailwind components;@tailwind utilities;@theme{ --color-swift-navy: #003358; --color-swift-green: #67B146; --color-swift-cyan: #0079C1; --color-swift-red: #E31E24; }@layer base{body{@apply bg-slate-950 text-slate-200 antialiased;font-family:Inter,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#334155}}.nav-active{@apply bg-swift-green! text-white! shadow-[0_4px_12px_rgba(103,177,70,.2)];}
