/* ════════════════════════════════════════════════════════════════════
 * ONES SHOP — Self-hosted fonts (no Google Fonts).
 * Replaces fonts.googleapis.com / fonts.gstatic.com which are blocked/slow
 * in mainland China. Served from our own origin → fast everywhere.
 * font-display:swap → text shows instantly with a system fallback, then swaps.
 * ════════════════════════════════════════════════════════════════════ */

/* ── Inter (Latin UI) ── */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('inter-400.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('inter-500.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('inter-600.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url('inter-700.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:800;font-display:swap;src:url('inter-800.woff2') format('woff2');}

/* ── Noto Sans Thai (Thai glyphs) ── */
@font-face{font-family:'Noto Sans Thai';font-style:normal;font-weight:400;font-display:swap;src:url('notothai-400.woff2') format('woff2');}
@font-face{font-family:'Noto Sans Thai';font-style:normal;font-weight:500;font-display:swap;src:url('notothai-500.woff2') format('woff2');}
@font-face{font-family:'Noto Sans Thai';font-style:normal;font-weight:600;font-display:swap;src:url('notothai-600.woff2') format('woff2');}
@font-face{font-family:'Noto Sans Thai';font-style:normal;font-weight:700;font-display:swap;src:url('notothai-700.woff2') format('woff2');}
@font-face{font-family:'Noto Sans Thai';font-style:normal;font-weight:800;font-display:swap;src:url('notothai-800.woff2') format('woff2');}

/* ── DM Sans + DM Mono (Admin dashboard) ── */
@font-face{font-family:'DM Sans';font-style:normal;font-weight:300;font-display:swap;src:url('dmsans-300.woff2') format('woff2');}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400;font-display:swap;src:url('dmsans-400.woff2') format('woff2');}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:500;font-display:swap;src:url('dmsans-500.woff2') format('woff2');}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:600;font-display:swap;src:url('dmsans-600.woff2') format('woff2');}
@font-face{font-family:'DM Mono';font-style:normal;font-weight:400;font-display:swap;src:url('dmmono-400.woff2') format('woff2');}

/* ── Chinese mode (中文): use the visitor's system Chinese font (zero download) ── */
html[lang="zh"] body{ font-family:'PingFang SC','Microsoft YaHei','Hiragino Sans GB','Noto Sans SC','Inter','Noto Sans Thai',sans-serif !important; }

