@font-face {
    font-family: 'PoppinsExtraLight';
    src: url('../font/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PoppinsExtraLight';
    src: url('../font/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Theseasons';
    src: url('../font/the-seasons-regular.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}