@font-face {
    font-weight: 500 600;
    font-family: Poppins;
    font-style: normal;
    font-display: optional;
    src: url('./fonts/Poppins-Medium.woff2') format('woff2');
    unicode-range:
        U+0020-007F, U+00A0-00B7, U+00B9-00BB, U+00BF-00FF, U+2018-2019, U+201C-201D, U+2022, U+2026, U+2039, U+203A,
        U+2044, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
    font-weight: 700;
    font-family: Poppins;
    font-style: normal;
    font-display: optional;
    src: url('./fonts/Poppins-SemiBold.woff2') format('woff2');
    unicode-range:
        U+0020-007F, U+00A0-00B7, U+00B9-00BB, U+00BF-00FF, U+2018-2019, U+201C-201D, U+2022, U+2026, U+2039, U+203A,
        U+2044, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
    font-weight: 400 700;
    font-family: 'Open Sans';
    font-style: normal;
    font-stretch: 100%;
    font-display: optional;
    src: url('./fonts/OpenSans.woff2') format('woff2');
    unicode-range:
        U+0020-007F, U+00A0-00B7, U+00B9-00BB, U+00BF-00FF, U+2018-2019, U+201C-201D, U+2022, U+2026, U+2039, U+203A,
        U+2044, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
    font-weight: 400;
    font-family: 'Euphoria Script';
    font-style: normal;
    font-display: swap;
    src: url('./fonts/EuphoriaScript-Regular.ttf') format('truetype');
}

@font-face {
    font-weight: 400;
    font-family: 'Boogaloo';
    font-style: normal;
    font-display: swap;
    src: url('./fonts/Boogaloo-Regular.ttf') format('truetype');
}

@font-face {
    font-weight: 400;
    font-family: 'Great Vibes';
    font-style: normal;
    font-display: swap;
    src: url('./fonts/GreatVibes-Regular.ttf') format('truetype');
}

@font-face {
    font-weight: 400;
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    src: url('./fonts/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-weight: 400;
    font-family: 'PT Serif';
    font-style: normal;
    src: url('./fonts/PTSerif-Regular.ttf') format('truetype');
    font-display: swap;
}
