@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital@0;1&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body,html{background:#fff;max-width:1920px;min-width:350px;scroll-behavior:smooth;margin:0 auto;max-height:100vh}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-track{background:none}body::-webkit-scrollbar-thumb{background-color:#00052d}