@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap);@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}*,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{margin:0}code{font-family:Inter,SF Mono,Monaco,Inconsolata,Fira Code,monospace}div.mobile-links{gap:40px}h1,h2,h3,h4,h5,h6,li,ul{margin:0;padding:0}li,ul{list-style:none}button{background-color:initial;border:none}button,p{padding:0}p{margin:0}@media only screen and (max-width:1023px){div.mobile-links{gap:0}.mobile-links button{font-size:14px}}