@font-face {
    font-family: 'Sahel';
    src: url('../fonts/Sahel-FD.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SahelBold';
    src: url('../fonts/Sahel-Bold-FD.ttf');
    font-weight: Bold;
}

@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+ */
}

* {
    font-family: 'Sahel';
    font-size: 14px;
}

.v-text-field__slot > label {
    font-family: 'Sahel';
    font-size: 12px !important;
}
.v-text-field__slot input{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.font_bold {
    font-family: 'SahelBold';
}
.font_number {
    font-family: 'yekanNumber';
}

.font_10 {
    font-size: 10px !important;
}

.font_12 {
    font-size: 12px !important;
}

.font_13 {
    font-size: 13px !important;
}

.font_18 {
    font-size: 18px !important;
}

.font_15 {
    font-size: 15px !important;
}

.font_16 {
    font-size: 16px !important;
}

.font_17 {
    font-size: 17px !important;
}

.font_20 {
    font-size: 20px !important;
}
	
.font_22 {
    font-size: 22px !important;
}
.font_24 {
    font-size: 24px !important;
}

.font_30 {
    font-size: 30px !important;
}
.font_45 {
    font-size: 45px !important;
}

.font_13>.v-btn__content {
    font-size: 13px !important;
}

.font_12>.v-btn__content {
    font-size: 12px !important;
}

.font_18>.v-btn__content {
    font-size: 18px !important;
}

.font_15>.v-btn__content {
    font-size: 15px !important;
}

.font_16>.v-btn__content {
    font-size: 16px !important;
}

.font_17>.v-btn__content {
    font-size: 17px !important;
}

.font_24>.v-btn__content {
    font-size: 24px !important;
}

.font_30>.v-btn__content {
    font-size: 30px !important;
}

.font_bold>.v-input__control>div>div {
    font-family: 'SahelBold' !important;
}

.font_bold>.v-input__control>div>div>div>div {
    font-family: 'SahelBold' !important;
}