@font-face {
    src: url('../fonts/Poppins-Bold.ttf');
    font-family:'Poppins-Bold';
    font-style: normal;
}

.poppins-bold {
    font-family: 'Poppins-Bold';
}

@font-face {
    src: url('../fonts/Poppins-Medium.ttf');
    font-family:'Poppins-Medium';
    font-style: normal;
}

.poppins-medium {
    font-family: 'Poppins-Medium';
}

@font-face {
    src: url('../fonts/Poppins-LightItalic.ttf');
    font-family:'Poppins-LightItalic';
    font-style: normal;
}

.poppins-lightitalic {
    font-family: 'Poppins-LightItalic';
}

@font-face {
    src: url('../fonts/Poppins-SemiBold.ttf');
    font-family:'Poppins-SemiBold';
    font-style: normal;
}

.poppins-semibold {
    font-family: 'Poppins-SemiBold';
}

@font-face {
    src: url('../fonts/Poppins-Regular.ttf');
    font-family:'Poppins-Regular';
    font-style: normal;
}

.poppins-regular {
    font-family: 'Poppins-Regular';
}

