@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-weight: bold;
    src: url(../fonts/Poppins-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    src: url(../fonts/Poppins-Italic.ttf) format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-weight: bold;
    font-style: italic;
    src: url(../fonts/Poppins-BoldItalic.ttf) format('truetype');
}
