@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--primary:#007bff;--primary-hover:#0056b3;--secondary:#222;--accent:#00d2ff;--background:#fff;--foreground:#111;--card:#fff;--card-foreground:#111;--muted:#f4f4f5;--muted-foreground:#71717a;--border:#e4e4e7;--input:#e4e4e7;--ring:#007bff;--radius:.5rem;--max-width:1440px;--header-height:120px;--container-padding:2rem}[data-theme=dark]{--background:#09090b;--foreground:#fafafa;--card:#09090b;--card-foreground:#fafafa;--muted:#27272a;--muted-foreground:#a1a1aa;--border:#27272a;--input:#27272a}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit;transition:all .2s}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);padding:0 var(--container-padding);margin:0 auto}@media (max-width:768px){:root{--container-padding:1rem;--header-height:80px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s forwards fadeIn}
