@charset "utf-8";

/*
 * Local archival fonts.
 *
 * The font binaries live in /assets/fonts/.
 * This stylesheet lives in /assets/css/, so paths use ../fonts/.
 *
 * EOT/SVG are intentionally omitted here. For a 2025+ archival site,
 * WOFF2/WOFF/TTF are more than sufficient and much easier to maintain.
 */

@font-face {
    font-family: "Mistral";
    src:
            url("../fonts/Mistral.woff2") format("woff2"),
            url("../fonts/Mistral.woff") format("woff"),
            url("../fonts/Mistral.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vivante";
    src:
            url("../fonts/Vivante.woff2") format("woff2"),
            url("../fonts/Vivante.woff") format("woff"),
            url("../fonts/Vivante.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
