@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #F0A000;--primary-hover: #D98E00;--text-main: #0F172A;--text-secondary: #64748B;--bg-main: #F8FAFC;--white: #FFFFFF;--whatsapp: #25D366;--brand-orange: var(--primary);--brand-blue: var(--text-main);--bg-color: var(--bg-main)}body{font-family:Inter,sans-serif;background-color:var(--bg-color);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-brand-orange{color:#f0a000}.bg-brand-orange{background-color:#f0a000}.text-brand-blue{color:#0f172a}.bg-brand-blue{background-color:#0f172a}.border-brand-orange{border-color:#f0a000}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}
