* {
    box-shadow: none !important;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 transparent;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "calt" 0;
}

@font-face {
    font-family: 'Kahroba';
    src: url('/font/Kahroba-FD-RG.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kahroba';
    src: url('/font/Kahroba-FD-B.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

html, body {
    direction: rtl;
    font-family: 'Kahroba' !important;
    font-size: 14px;
    background-color: #fff;
    overflow: hidden !important;
    padding-right: 0 !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 12px;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 12px;
    transition: background 0.3s ease;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
