@font-face {
    font-family: PoppinsTitleBold;
    src: url(../fonts/titles/Poppins-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: PoppinsTitleRegular;
    src: url(../fonts/titles/Poppins-SemiBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: MulishDescRegular;
    src: url(../fonts/desc/Mulish-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: MulishDescLight;
    src: url(../fonts/desc/Mulish-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: MulishDescExtraLight;
    src: url(../fonts/desc/Mulish-ExtraLight.ttf);
    font-display: swap;
}