/*
 * Kazida Global — self-hosted font kit (Google Fonts, OFL-licensed)
 * calluna-sans -> Manrope        (display: titles / buttons / nav)
 * roboto       -> Source Sans 3  (body / tables / specs)
 * Variable woff2, self-hosted in ./fonts/
 * Replaces the legacy Adobe Typekit kit (calluna-sans + roboto).
 */

@font-face {
font-family:"calluna-sans";
src:url("./fonts/manrope-latin.woff2") format("woff2-variations");
font-display:swap;font-style:normal;font-weight:200 800;font-stretch:normal;
}

@font-face {
font-family:"roboto";
src:url("./fonts/ss3-latin.woff2") format("woff2-variations");
font-display:swap;font-style:normal;font-weight:200 900;font-stretch:normal;
}

@font-face {
font-family:"roboto";
src:url("./fonts/ss3-latin-italic.woff2") format("woff2");
font-display:swap;font-style:italic;font-weight:400;font-stretch:normal;
}

/* 数字用 tabular numerals（规格表/价格/电话号对齐） */
body { font-variant-numeric: tabular-nums; }
