@font-face {
    font-family: 'IRANSansWeb-re';
    src: url('./../font/IRANSansWeb.woff2');
}


* {
    font-family: 'IRANSansWeb-re' !important;
}


input {
    outline: none !important;
}


textarea {
    outline: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}


* {
    scrollbar-width: thin;
    scrollbar-color: #27272a transparent;
}


*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    background-color: #27272a;
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #3f3f46;
}

*::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #27272a;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3f3f46;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
