/* CBIK 自托管字体（外审要求：不依赖外部 CDN） */
/* Fraunces · 编辑型衬线，可变字重，optical sizing */
@font-face {
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/fraunces-wght.woff2") format("woff2");
}
@font-face {
    font-family: "Fraunces";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/fraunces-wght-italic.woff2") format("woff2");
}

/* Geist · UI sans，可变字重 */
@font-face {
    font-family: "Geist";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/geist-wght.woff2") format("woff2");
}

/* Geist Mono · 等宽，用于数字 / 上下标签 */
@font-face {
    font-family: "Geist Mono";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/geist-mono-wght.woff2") format("woff2");
}
