@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: normal;
    src: local('Poppins Italic'), local('Poppins-Italic'), url(./../fonts/poppins-italic-webfont.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: bold;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url(./../fonts/poppins-bolditalic-webfont.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins'), local('Poppins-Regular'), url(./../fonts/poppins-regular-webfont.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(./../fonts/poppins-bold-webfont.woff) format('woff');
    font-display: swap;
}
