

.txt-heading-1, .txt-h-1 {
    font-family: 'Roboto';
    font-size: 48px;
    font-weight: 700;
    line-height: 35px;
}

.txt-heading-2, .txt-h-2 {
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
}

.txt-heading-3, .txt-h-3 {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.txt-heading-4, .txt-h-4 {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 800;
    line-height: 125%;
}

.txt-heading-5, .txt-h-5 {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
}

.txt-heading-6, .txt-h-6 {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 800;
    line-height: 125%;
}

.txt-paragraph, .txt-p {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
}

.txt-label, .txt-l {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
}

.txt-w-n {
    font-weight: normal;
}

.txt-w-4 {
    font-weight: 400;
}

.txt-w-5 {
    font-weight: 500;
}

.txt-w-6 {
    font-weight: 600;
}

.txt-w-7 {
    font-weight: 700;
}

.txt-w-8 {
    font-weight: 800;
}

.txt-w-bold {
    font-weight: bold;
}

.txt-size-10 {
    font-size: 10px !important;
}
.txt-size-11 {
    font-size: 11px !important;
}
.txt-size-12 {
    font-size: 12px !important;
}
.txt-size-14 {
    font-size: 14px !important;
}
.txt-size-16 {
    font-size: 16px !important;
}
.txt-size-18 {
    font-size: 18px !important;
}
.txt-size-20 {
    font-size: 20px !important;
}
.txt-size-22 {
    font-size: 22px !important;
}
.txt-size-24 {
    font-size: 24px !important;
}