/*
 * Self-hosted web fonts — no external CDN, so the portal renders correctly even
 * where Google Fonts (fonts.googleapis.com / fonts.gstatic.com) is unreachable.
 *
 * The .woff2 files in ../fonts/ are SUBSETS built from this site's own text
 * (locale/*.po translations + template literals). Regenerate them when the copy
 * changes — see design/portal.md §2.5 for the command.
 *
 * Hand-written source (like portal.css); not generated by UnoCSS.
 */

/* Fredoka — Latin display face, variable weight 300–700. */
@font-face {
    font-family: "Fredoka";
    src: url("../fonts/fredoka.bec2a40e53cf.woff2") format("woff2");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

/* ZCOOL KuaiLe (站酷快乐体) — Simplified Chinese display face. */
@font-face {
    font-family: "ZCOOL KuaiLe";
    src: url("../fonts/zcool-kuaile.f321d2890b68.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Huninn (jf-OpenHuninn 粉圆) — Traditional Chinese rounded face. */
@font-face {
    font-family: "Huninn";
    src: url("../fonts/huninn.99b0f468fc9e.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
