.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-21 {
    font-size: 21px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-23 {
    font-size: 23px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-25 {
    font-size: 25px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-27 {
    font-size: 27px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-29 {
    font-size: 29px !important;
}
.font-30 {
    font-size: 30px !important;
}
.fw-100{
    font-weight: 100!important;
}
.fw-300{
    font-weight: 300!important;
}
.fw-800{
    font-weight: 800!important;
}
.fw-900{
    font-weight: 900!important;
}
.fw-990{
    font-weight: 990!important;
}

.fw-normal{
    font-weight: normal!important;
}

.lh-24{
    line-height: 24px!important;
}
.lh-26{
    line-height: 26px!important;
}
.lh-28{
    line-height: 28px!important;
}
.lh-30{
    line-height: 30px!important;
}
.lh-32{
    line-height: 32px!important;
}
.lh-34{
    line-height: 34px!important;
}
.lh-36{
    line-height: 36px!important;
}
.lh-38{
    line-height: 38px!important;
}
.lh-44{
    line-height: 44px!important;
}
.lh-52{
    line-height: 52px!important;
}
.dir-ltr {
    direction: ltr !important;
}

.dir-rtl {
    direction: rtl !important;
}

@media (max-width:992px) {
    .font-sm-20{
        font-size: 20px!important;
    }
    .font-sm-16{
        font-size: 16px!important;
    }
    .lh-sm-28{
        line-height: 28px!important;
    }
}