@import 'theme/variables.scss';

.text {
    &-size {
        &-11 {
            font-size: 11px !important;
            line-height: 14px !important;
        }

        &-14 {
            font-size: 14px !important;
            line-height: 18px !important;
        }

        &-16 {
            font-size: 16px !important;
            line-height: 19px !important;
        }

        &-18 {
            font-size: 18px !important;
            line-height: 22px !important;
        }

        &-20 {
            font-size: 20px !important;
            line-height: 24px !important;
        }

        &-26 {
            font-size: 26px !important;
            line-height: 32px !important;
        }

        &-28 {
            font-size: 28px !important;
            line-height: 34px !important;
        }
    }
}

.font {
    &-size {
        &-7 {
            font-size: 7px !important;
        }

        &-8 {
            font-size: 8px !important;
        }

        &-11 {
            font-size: 11px !important;
        }
    }
}

.line-height {
    &-12 {
        line-height: 12px !important;
    }

    &-15 {
        line-height: 15px !important;
    }

    &-18 {
        line-height: 18px !important;
    }

    &-20 {
        line-height: 20px !important;
    }
}
