/*
 * Cuneiform Fonts
 *
 * Source:
 *
 * "Cuneiform UrIII" — Google (Noto Sans Cuneiform)
 * "Cuneiform OB"   — Oracc (CuneiformOB)
 * "Cuneiform NA"   — Oracc (CuneiformNA)
 */

@font-face {
    font-family: "Noto Sans Cuneiform";
    src:
        local("Noto Sans Cuneiform"),
        url("noto-sans-cuneiform-cuneiform-400-normal.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cuneiform OB";
    src:
        local("Cuneiform OB"),
        url("CuneiformOB-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cuneiform NA";
    src:
        local("Cuneiform NA"),
        url("CuneiformNAOutline-Medium.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
