/**
 * Distribution.paperchase.nl — Heavy button type (Futura Heavy).
 * Font files copied from distribution theme assets (see fonts/).
 */
@font-face {
    font-family: "Heavy";
    src:
        url("../fonts/futura_heavy_font-webfont.woff2") format("woff2"),
        url("../fonts/futura_heavy_font-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
