@font-face {
    font-family: "Custom";
    src:
        url("Custom-Bold.woff2") format("woff2"),
        url("Custom-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "Custom";
    src:
        url("Custom-Italic.woff2") format("woff2"),
        url("Custom-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
