@font-face {
    font-family: 'Poppins';
    src: url('FONT/Poppins-Light.woff2') format('woff2'),
        url('FONT/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('FONT/Poppins-ExtraBold.woff2') format('woff2'),
        url('FONT/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('FONT/Poppins-LightItalic.woff2') format('woff2'),
        url('FONT/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
