@font-face {
    font-family: 'Poppins Medium';
    src: url('Poppins/Poppins-Medium.ttf');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins MediumItalic';
    src: url('Poppins/Poppins-MediumItalic.ttf');
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins Regular';
    src: url('Poppins/Poppins-Regular.ttf');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins Light';
    src: url('Poppins/Poppins-Light.ttf');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins LightItalic';
    src: url('Poppins/Poppins-LightItalic.ttf');
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins ExtraLight';
    src: url('Poppins/Poppins-ExtraLight.ttf');
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins ExtraLightItalic';
    src: url('Poppins/Poppins-ExtraLightItalic.ttf');
    font-style: italic;
    font-weight: 200;
    font-display: swap;
}