@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Inter', 'sans-serif';
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

#checker-input {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#threads-range.blocked {
    opacity: 0.6;
    pointer-events: none;
}