/* Update filenames to match the actual files in fonts/helvetica-neue/. */
@font-face {
    font-family: "Helvetica Neue";
    src: url("../../fonts/helvetica-neue/HelveticaNeue-Regular.woff2") format("woff2"),
         url("../../fonts/helvetica-neue/HelveticaNeue-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../../fonts/helvetica-neue/HelveticaNeue-Bold.woff2") format("woff2"),
         url("../../fonts/helvetica-neue/HelveticaNeue-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
