@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
@font-face{font-family:The Seasons Regular;src:url(/assets/fonts/the-seasons-regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:The Seasons;src:url(/assets/fonts/the-seasons.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--font-primary:"The Seasons Regular", serif;--font-secondary:"The Seasons", serif;--font-inter:"Inter", sans-serif;--font-body:var(--font-inter);--background:#fff;--foreground:#1a1a1a}@media (prefers-color-scheme:dark){:root{--background:#121212;--foreground:#ededed}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);font-weight:400}body{color:var(--foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#839caf;border:clamp(5px,.5vw,10px) solid #fff24d;width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}a{color:inherit;text-decoration:none}button{font-family:var(--font-inter)}
