/*
 * Temporary self-hosted type — D-DIN (SIL OFL), a near-identical stand-in for
 * DIN 2014 while ARTHOUSE provisions the licensed Adobe Fonts kit.
 *
 * theme.json lists the font stack as "din-2014", "D-DIN", "DIN Alternate", …
 * so once the real Typekit kit is enqueued (avftb/typekit_url filter), the
 * "din-2014" family loads and takes precedence automatically — delete this
 * file + its enqueue at that point.
 *
 * D-DIN ships only 400/700; DIN 2014's Demi/ExtraBold map to the nearest.
 */
@font-face {
    font-family: "D-DIN";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./D-DIN.woff") format("woff");
}
@font-face {
    font-family: "D-DIN";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("./D-DIN-Italic.woff") format("woff");
}
@font-face {
    font-family: "D-DIN";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("./D-DIN-Bold.woff") format("woff");
}
