@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}html{overflow-y:scroll}body{color:var(--foreground);background:var(--background);font-family:Inter,Roboto,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1;padding-top:120px;transition:padding-top .3s ease}@media (max-width:900px){.main-content{padding-top:140px}}@media (max-width:600px){.main-content{padding-top:160px}}.fixed-header{position:fixed;top:0;left:0;right:0;z-index:1300;width:100%}body{position:relative}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}