@font-face {
    font-family: 'PoppinsThin';
    src: url('fonts/Poppins-Thin.ttf');
}
@font-face {
    font-family: 'PoppinsThinItalic';
    src: url('fonts/Poppins-ThinItalic.ttf');
}
@font-face {
    font-family: 'PoppinsItalic';
    src: url('fonts/Poppins-Italic.ttf');
}
@font-face {
    font-family: 'PoppinsLight';
    src: url('fonts/Poppins-Light.ttf');
}
@font-face {
    font-family: 'PoppinsLightItalic';
    src: url('fonts/Poppins-LightItalic.ttf');
}
@font-face {
    font-family: 'PoppinsExtraLight';
    src: url('fonts/Poppins-ExtraLight.ttf');
}
@font-face {
    font-family: 'PoppinsExtraLightItalic';
    src: url('fonts/Poppins-ExtraLightItalic.ttf');
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'PoppinsMediumItalic';
    src: url('fonts/Montserrat-MediumItalic.ttf');
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'PoppinsSemiBoldItalic';
    src: url('fonts/Poppins-SemiBoldItalic.ttf');
}
@font-face {
    font-family: 'PoppinsBold';
    src: url('fonts/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'PoppinsBoldItalic';
    src: url('fonts/Poppins-BoldItalic.ttf');
}
@font-face {
    font-family: 'PoppinsExtraBold';
    src: url('fonts/Poppins-ExtraBold.ttf');
}
@font-face {
    font-family: 'PoppinsExtraBoldItalic';
    src: url('fonts/Poppins-ExtraBoldItalic.ttf');
}
@font-face {
    font-family: 'PoppinsBlack';
    src: url('fonts/Poppins-Black.ttf');
}
@font-face {
    font-family: 'PoppinsBlackItalic';
    src: url('fonts/Poppins-BlackItalic.ttf');
}

/*******************************/
@font-face {
    font-family: 'ManropeExtraLight';
    src: url('fonts/Manrope-ExtraLight.ttf');
}
@font-face {
    font-family: 'ManropeLight';
    src: url('fonts/Manrope-Light.ttf');
}
@font-face {
    font-family: 'ManropeRegular';
    src: url('fonts/Manrope-Regular.ttf');
}
@font-face {
    font-family: 'ManropeMedium';
    src: url('fonts/Manrope-Medium.ttf');
}
@font-face {
    font-family: 'ManropeSemiBold';
    src: url('fonts/Manrope-SemiBold.ttf');
}
@font-face {
    font-family: 'ManropeBold';
    src: url('fonts/Manrope-Bold.ttf');
}
@font-face {
    font-family: 'ManropeExtraBold';
    src: url('fonts/Manrope-ExtraBold.ttf');
}
