@font-face {
    font-family: "Serendipity Wide";
    src: url("../fonts/SerendipityWide.woff2") format("woff2"),
        url("../fonts/SerendipityWide.woff") format("woff"),
        url("../fonts/SerendipityWide.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Serendipity";
    src: url("../fonts/Serendipity.woff2") format("woff2"),
        url("../fonts/Serendipity.woff") format("woff"),
        url("../fonts/Serendipity.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Custom Font";
    src: url("../fonts/Serendipity.woff2") format("woff2");
}