@import"https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap";:root{--background:#fff;--text-primary:#222}.light{--background:#fff;--foreground:#333;--text-primary:#333;--text-secondary:#7e7e7e;--border-color:#e5e5e5}.dark{--background:#1a1a1a;--foreground:#fff;--text-primary:#fff;--text-secondary:#bfbfbf;--border-color:#404040}.text-s{font-size:14px}.text-m,.text-s{line-height:1.5rem}.text-m{font-size:16px}.text-l{font-size:18px;line-height:1.7rem}.text-xl{font-size:24px;line-height:2rem}.text-secondary{color:var(--text-secondary)}.text-primary{color:var(--text-primary)}:root{--grid-gap-x:1rem}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text-primary);line-height:1.5rem;font-size:14px;font-family:Onest,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{flex-grow:1}header{position:fixed;top:0;left:0;right:0;z-index:100}footer{flex-shrink:0}ol[role=list],ul[role=list]{list-style:none}a,button,input{text-decoration:none;outline:none;color:inherit}img,picture{max-width:100%;display:block}button,input,select,textarea{font:inherit}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}button{border:none}