:root{--font-family-global: "Outfit", "Inter", sans-serif;--font-size-global: 12px}html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden;font-family:var(--font-family-global);font-size:var(--font-size-global);background-color:#f5f6fa}input,button,select,textarea{font-family:inherit;font-size:inherit}*,*:before,*:after{box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6366f126;border-radius:6px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#6366f159}
