@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap");:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{overflow:hidden;height:100vh}body,main{max-width:100vw;overflow-x:hidden;height:100%}*{box-sizing:border-box;padding:0;margin:0}