@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #1754cf;--primary-dark: #0e3da1;--navy: #0B1120}body{overflow-x:hidden}.animate-marquee{display:flex;width:fit-content;animation:marquee 30s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
