@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700;900&display=swap");*{box-sizing:border-box;padding:0;margin:0}html{overflow-x:hidden}body,html{max-width:100vw}body{overflow-x:clip;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}::selection{background-color:#f0c020;color:#121212}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#121212;border:2px solid #f0f0f0}::-webkit-scrollbar-thumb:hover{background:#1040c0}