@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: local('Poppins'), url("Poppins-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    src: local('Poppins'), url("Poppins-Italic.otf") format("opentype");
}
