@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--font-outfit:"Outfit",sans-serif;--font-inter:"Inter",sans-serif;--background:#0a0a0c;--foreground:#fff;--primary:#5d5dff;--primary-glow:#5d5dff4d;--secondary:#00d2ff;--accent:#ff00c8;--glass:#ffffff0d;--glass-border:#ffffff1a}h1,h2,h3,h4,h5,h6{font-family:"Outfit",var(--font-outfit),sans-serif;letter-spacing:-.02em}*{box-sizing:border-box;margin:0;padding:0}html{background-color:#1a1a2e;min-height:100dvh}body{max-width:100vw;min-height:100dvh;color:var(--foreground);font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased;background-color:#0000;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at top,#1a1a2e 0%,#0a0a0c 100%);width:100vw;height:100dvh;position:fixed;inset:0}body:after{content:"";opacity:.08;pointer-events:none;z-index:-1;background:url(/images/carbon-fibre.png);position:fixed;inset:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.glow{background:var(--primary-glow);filter:blur(120px);z-index:-1;pointer-events:none;opacity:.55;border-radius:50%;width:600px;height:600px;transition:opacity .5s,filter .5s;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}
