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

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

@font-face {
    font-family: "Copperplate Light";
    src: url('./CopperplateLightSSiLight.woff2') format('woff2'),
       url('./CopperplateLightSSiLight.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Copperplate Light";
    src: url('./CopperplateLightSSiLight.woff2') format('woff2'),
       url('./CopperplateLightSSiLight.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

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

:root {
    --wd-alternative-font:
        "quickpen",
        Arial,
        Helvetica,
        sans-serif;

    --wd-widget-title-font:
        "Copperplate Light",
        Arial,
        Helvetica,
        sans-serif;

    --wd-header-el-font:
        "Copperplate Light",
        Arial,
        Helvetica,
        sans-serif;
}
