﻿
.bolder {
    font-weight: 800 !important;
}

.bold {
    font-weight: 700 !important;
}

.semibold {
    font-weight: 600 !important;
}

.medium {
    font-weight: 500 !important;
}

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

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

@media screen and (max-width: 960px) {


    .mud-typography-h3 {
        font-size: 26px !important;
        font-weight: 500 !important;
    }

    .mud-typography-body1 {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    .mud-typography-h5 {
        font-size: 20px !important;
    }

    .m-fs-14 {
        font-size: 14px !important;
    }

    .m-fw-7 {
        font-weight: 700 !important;
    }

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

    .m-fs-26 {
        font-size: 26px !important;
    }

    .m-fw-5 {
        font-weight: 500 !important;
    }

    .m-fw-4 {
        font-weight: 400 !important;
    }
}
