@font-face {
  font-family: IRANSans;
  src: url('../fonts/IRANSans.ttf');
}

@font-face {
  font-family: IRANSansFaNumBold;
  src: url('../fonts/IRANSans(FaNum)_Bold.ttf');
}

@font-face {
  font-family: IRANSansFaNumMedium;
  src: url('../fonts/IRANSans(FaNum)_Medium.ttf');
}

@font-face {
  font-family: IRANSansFaNumRegular;
  src: url('../fonts/IRANSansXFaNum-Regular.ttf');
}

* {
  font-family: 'IRANSansFaNumMedium' !important;
  font-size: 14px;
  font-weight: 400;
}

h1,
h1 * {
  font-size: 28px !important;
  font-weight: 600;
}
h2,
h2 * {
  font-size: 24px !important;
  font-weight: 600;
}

h3,
h3 * {
  font-size: 20px !important;
  font-weight: 600;
}

h4,
h4 * {
  font-size: 18px !important;
  font-weight: 600;
}

h5,
h5 * {
  font-size: 16px !important;
  font-weight: 600;
}
p {
  font-size: 14px !important;
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 24px !important;
    font-weight: 600;
  }

  h2,
  h2 * {
    font-size: 20px !important;
    font-weight: 600;
  }

  h3,
  h3 * {
    font-size: 18px !important;
    font-weight: 600;
  }

  h4,
  h4 * {
    font-size: 16px !important;
    font-weight: 600;
  }

  h5,
  h5 * {
    font-size: 14px !important;
    font-weight: 600;
  }
  p {
    font-size: 12px !important;
  }
}

.font_en_number {
  font-family: 'IRANSans' !important;
}

.font_sans_regular {
  font-family: 'IRANSansFaNumRegular' !important;
}

.v-text-field.fontplk input {
  font-size: 18px;
  min-height: 27px !important;

  text-align: center !important;
}
.v-select.v-text-field.change-font .v-select__selection--comma {
  font-size: 18px !important;
  min-height: 27px !important;
  text-align: center !important;
}

.font_weight_700{
  font-weight: 700 !important;
}
.font_weight_800{
  font-weight: 800 !important;
}
.font_weight_600{
  font-weight: 600 !important;
}
.font_weight_500{
  font-weight: 500 !important;
}
.font_8 {
  font-size: 8px;
}

.font_10 {
  font-size: 10px !important;
}

.font_12 {
  font-size: 12px !important;
}
.font_13 {
  font-size: 13px !important;
}
.font_14 {
  font-size: 14px !important;
}
.font_15 {
  font-size: 15px;
}

.font_16 {
  font-size: 16px !important;
}

.font_18 {
  font-size: 18px !important;
}

.font_20 {
  font-size: 20px !important;
}

.font_21 {
  font-size: 21px;
}

.font_22 {
  font-size: 22px !important;
}

.font_24 {
  font-size: 24px !important;
}
.font_25 {
  font-size: 25px;
}
.font_26 {
  font-size: 26px;
}
.font_27 {
  font-size: 27px;
}
.font_28 {
  font-size: 28px;
}
.font_30 {
  font-size: 30px !important;
}
.font_32 {
  font-size: 32px !important;
}
.font_34 {
  font-size: 34px;
}
.font_36 {
  font-size: 36px !important;
}
.font_38 {
  font-size: 38px;
}
.font_40 {
  font-size: 40px !important;
}
.font_46 {
  font-size: 46px !important;
}
.font_50 {
  font-size: 50px;
}
.font_64 {
  font-size: 64px;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.line-height-35 {
  line-height: 35px !important;
}

.line-height-38 {
  line-height: 38px;
}


.line-height-36 {
  line-height: 36px;
}

.line-height-45 {
  line-height: 45px;
}

text {
  font-family: 'IRANSansFaNumBold' !important;
}

.font_regular {
  font-weight: 500 !important;
  font-family: 'IRANSansFaNumBold' !important;
}
.font_weight_800 {
  font-weight: 800 !important;
  font-family: 'IRANSansFaNumBold' !important;
}

.font_bold {
  font-family: 'IRANSansFaNumBold' !important;
}

.font_size_48{
  font-size: 48px !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: 12px !important;
}

.font_s > .v-btn__content {
  font-size: 12px !important;
}

.font_m {
  font-size: 13px !important;
}

.font_m > .v-btn__content {
  font-size: 13px !important;
}

.font_ml {
  font-size: 15px !important;
}

.font_ml > .v-btn__content {
  font-size: 15px !important;
}

.font_l {
  font-size: 13px !important;
}

.font_l > .v-btn__content {
  font-size: 16px !important;
}

.font_xl {
  font-size: 18px !important;
}

.font_xl > .v-btn__content {
  font-size: 18px !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;
}
.font_size_36{
  font-size: 36px !important;
}

.table-lable {
  font-size: 16px !important;
}

.v-list-item__title {
  font-size: 13px !important;
  font-weight: normal !important;
}

@media only screen and (min-width: 3000px) {
  * {
    font-size: 18px;
    font-family: 'LatoRegular';
  }
  .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: 13px !important;
  }
  .font_s > .v-btn__content {
    font-size: 13px !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: 14px !important;
  }
  .v-text-field__prefix {
    font-size: 18px !important;
  }
  .v-select__selection {
    font-size: 14px !important;
  }
  .slot > textarea {
    font-size: 18px !important;
  }
  .v-calendar-weekly__head-weekday {
    font-size: 16px !important;
  }
  .v-input--checkbox > .v-input__control > .v-input__slot > .v-label {
    font-size: 20px !important;
  }
  .table-lable {
    font-size: 20px !important;
  }

  .font_weight_600{
    font-weight: 600 !important;
  }
  /* .v-list-item__title {
      font-size: 20px !important
  } */
  /* .v-text-field.change-font input {
    font-size: 16px !important;
    color: #808080 !important;
  } */
  /* .v-text-field.change-font > .v-input__slot {
    font-size: 26px !important;
  } */
  /* #input-470 {
    font-size: 26px !important;} */
  /* .v-select.v-text-field--outlined:not(.v-text-field--single-line).change-font .v-select__selections {
      font-size: 26px !important;
    } */
}
.v-select.v-text-field.change-font input {
  font-size: 16px !important;
}
/* .v-select.v-text-field.change-font .v-select__selections .v-select__selection .v-select__selection--comma {
  font-size: 26px !important;
} */
