:root {
    --c4: #f99d1c;
    --c5: #f99d1b;
    --c1: #0aa391;
    --c2: #ececec;
    --c3: #950A0E;
    --subtitle: #7f7f7f;
    --c6: #FCAF17;
    --c7: #E2DFDF;
    --c-light-gray: #9c9c9c;
}

@font-face {
    font-family: "vaziri-bold";
    font-style: normal;
    font-display: swap;
    src: url("/fonts/Vazir-Bold.woff2") format("woff2");
    font-weight: normal;
}

@font-face {
    font-family: "Vazirmatn";
    font-style: normal;
    font-display: swap;
    src:
        url('/fonts/Vazirmatn[wght].woff2') format('woff2 supports variations'),
        url('/fonts/Vazirmatn[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
}

.sample_farsi_digits {
    font-feature-settings: "ss01";
}

html, body {
    direction: rtl;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    font-feature-settings: "ss01" on;
    height: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    color: #1A1A1A;
    font-size: 1rem ;
    text-decoration: none;
    line-height: 1.5rem;
    font-family: 'Vazirmatn' !important;
    background-color: rgb(237, 237, 237) !important;
}


.div-img-login,
.div-form-login {
    height: 100vh;
}

a {
    color: #444 !important;
    text-decoration: none !important;
    font-size: 1.2rem;
}

li::marker {
    color: var(--c1);
}

.min-h-screen {
   min-height: 100vh;
}


