@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{max-width:100%;width:100%}:root{--primary:#0052cc;--primary-dark:#003d99;--primary-light:#3d7fff;--accent:#00d4ff;--dark:#0a1628;--gray:#64748b;--light-bg:#f8fafc}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.7;color:#1e293b;-webkit-font-smoothing:antialiased;position:relative}body,html{overflow-x:hidden}html{scroll-behavior:smooth}div,main,section{max-width:100%}