@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");body,html{max-width:100vw;overflow-x:hidden;background-image:url(/bg.png);background-size:cover;background-repeat:no-repeat}body{color:var(--foreground);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}h1{font-size:2.5rem}p{font-size:1.125rem}@media (max-width:768px){h1{font-size:2rem}}@media (max-width:480px){h1{font-size:1rem}}