@font-face
{
 font-family:'yekan';
src: url('../fonts/Yekan.eot?#') format('eot'),  /* IE6–8 */
    url('../fonts/Yekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/Yekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
    font-weight: normal;
    font-style: normal;
}

/* 
@font-face {
    font-family: 'yekan';
    src: url('../fonts/Weblogma_Yekan.eot');
    src: url('../fonts/Weblogma_Yekan.eot#iefix') format('embedded-opentype'),
         url('../fonts/Weblogma_Yekan.woff') format('woff'),
         url('../fonts/Weblogma_Yekan.ttf') format('truetype'),
         url('../fonts/Weblogma_Yekan.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
} */

/*WebYekanNumberFont*/
@font-face
{
 font-family:'yekanNumber';
src: url('../fonts/yekannumbers-regular.eot?#') format('eot'),  /* IE6–8 */
    url('../fonts/yekannumbers-regular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/yekannumbers-regular.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}


text, html, div, span, strong {
    font-family: "yekan", 'yekanNumber' !important;
    direction: rtl;
    font-size: 14px;
}

.font_regular {
    font-weight: 500 !important;
    font-family: "yekan", 'yekanNumber'!important
}

.font_bold {
    font-family: "yekan",'yekanNumber' !important
}

.font_xxs {
    font-size: 9px !important
}

.font_xxs>.v-btn__content {
    font-size: 9px !important
}

.font_xs {
    font-size: 11px !important
}

.font_xs>.v-btn__content {
    font-size: 11px !important
}

.font_s {
    font-size: 10px !important
}

.font_s>.v-btn__content {
    font-size: 10px !important
}

.font_m {
    font-size: 14px !important
}

.font_m>.v-btn__content {
    font-size: 10px !important
}

.font_ml {
    font-size: 12px !important
}

.font_ml>.v-btn__content {
    font-size: 12px !important
}

.font_l {
    font-size: 14px !important
}

.font_l>.v-btn__content {
    font-size: 14px !important
}

.font_xl {
    font-size: 15px !important
}

.font_xl>.v-btn__content {
    font-size: 15px !important
}

.font_xxl {
    font-size: 20px !important
}

.font_xxl>.v-btn__content {
    font-size: 20px !important
}

.font_xxxl {
    font-size: 22px !important
}

.font_xxxl>.v-btn__content {
    font-size: 22px !important
}

.table-lable {
    font-size: 14px !important;
}

.v-list-item__title {
    font-size: 14px !important;
    font-weight: normal !important;
}

@media only screen and (min-width: 3000px) {
    * {
        font-size: 18px;
        font-family: "yekenRegular";
    }
    .v-input__slot>.v-label {
        font-size: 15px;
    }
    .font_xxs {
        font-size: 10px !important
    }
    .font_xxs>.v-btn__content {
        font-size: 10px !important
    }
    .font_xs {
        font-size: 12px !important
    }
    .font_xs>.v-btn__content {
        font-size: 12px !important
    }
    .font_s {
        font-size: 14px !important
    }
    .font_s>.v-btn__content {
        font-size: 14px !important
    }
    .font_m {
        font-size: 15px !important
    }
    .font_m>.v-btn__content {
        font-size: 15px !important
    }
    .font_ml {
        font-size: 18px !important
    }
    .font_ml>.v-btn__content {
        font-size: 18px !important
    }
    .font_l {
        font-size: 20px !important
    }
    .font_l>.v-btn__content {
        font-size: 20px !important
    }
    .font_xl {
        font-size: 23px !important
    }
    .font_xl>.v-btn__content {
        font-size: 23px !important
    }
    .font_xxl {
        font-size: 25px !important
    }
    .font_xxl>.v-btn__content {
        font-size: 25px !important
    }
    .font_xxxl {
        font-size: 30px !important
    }
    .font_xxxl>.v-btn__content {
        font-size: 30px !important
    }
    .v-text-field__slot>input {
        font-size: 18px !important;
    }
    .v-text-field__prefix {
        font-size: 18px !important;
    }
    .v-select__selection {
        font-size: 18px !important;
    }
    .v-text-field__slot>textarea {
        font-size: 18px !important;
    }
    .v-calendar-weekly__head-weekday {
        font-size: 14px !important;
    }
    .v-input--checkbox>.v-input__control>.v-input__slot>.v-label {
        font-size: 20px !important;
    }
    .table-lable {
        font-size: 20px !important;
    }

    .v-list-item__title {
        font-size: 20px !important
    }
}

.v-label{
    font-size: 12px !important;
}