@import "https://fonts.googleapis.com/css2?family=Saira:wght@400;500;600;700&display=swap";
@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css";
:root{--theme:#fff}*,:after,:before{box-sizing:border-box;text-rendering:optimizeLegibility;outline:none;margin:0;padding:0;font-family:Poppins,sans-serif;text-decoration:none;transition:all .3s ease-in-out;-webkit-user-select:none!important;user-select:none!important;-webkit-tap-highlight-color:transparent!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}html{scroll-behavior:smooth}body{background-color:#000;max-width:100vw}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{border-radius:7px}::-webkit-scrollbar-thumb{border-radius:7px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#222}::-webkit-scrollbar-thumb:hover{background:#fff}textarea::-webkit-scrollbar{width:7px}textarea::-webkit-scrollbar-track{border-radius:7px}textarea::-webkit-scrollbar-thumb{border-radius:7px}textarea::-webkit-scrollbar-track{background:#000}textarea::-webkit-scrollbar-thumb{background:var(--theme)}textarea::-webkit-scrollbar-thumb:hover{background:var(--theme)}.hidden{display:none!important}@media (max-width:1200px){body{padding-inline:20px}}
