@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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;font-family:Manrope,Arial!important}body{color:var(--foreground);background:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gradient-text{background:linear-gradient(90deg,#e5e5e5,#111111);-webkit-background-clip:text;background-clip:text}.gradient-text,.gradient-text2{-webkit-text-fill-color:transparent;color:transparent}.gradient-text2{background:linear-gradient(90deg,#e5e5e5 50%,#111111);-webkit-background-clip:text;background-clip:text}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}