@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--primary:#1a2b4c;--secondary:#55cadd;--accent:#2dc4db;--background:#f8fafc;--foreground:#0f172a;--white:#fff;--text-muted:#64748b}[data-theme=dark]{--background:#0b1120;--foreground:#f8fafc;--primary:#1a2b4c;--secondary:#55cadd;--text-muted:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);scroll-behavior:smooth;font-family:Outfit,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-gradient{background:linear-gradient(135deg,var(--secondary)0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bg-glass{-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}.section-padding{padding:6rem 0}
