@font-face {
    font-family: 'Poppins ExtraLight';
    font-display: swap;
    src: url("/assets/fonts/src/Poppins-ExtraLight.otf") format('opentype');
}

@font-face {
    font-family: 'Poppins Black';
    font-display: swap;
    src: url("/assets/fonts/src/Poppins-Black.otf") format('opentype');
}

@font-face {
    font-family: 'Poppins Regular';
    font-display: swap;
    src: url("/assets/fonts/src/Poppins-Regular.otf") format('opentype');
}

@font-face {
    font-family: 'Poppins Thin';
    font-display: swap;
    src: url("/assets/fonts/src/Poppins-Thin.otf") format('opentype');
}

@font-face {
    font-family: 'Poppins Light';
    font-display: swap;
    src: url("/assets/fonts/src/Poppins-Light.otf") format('opentype');
}

    