/* ─── Font tự host cho tem nhãn (Cài đặt → 🏷 Tem nhãn) — MỘT LUẬT MỘT CHỖ ───
   App nạp qua globals.css, CỬA SỔ IN nạp qua <link> tuyệt đối (inCacTem trong lib/tem-may.ts).
   File vietnamese khai SAU file latin + unicode-range để dấu tiếng Việt ăn đúng font.
   SF Pro Display: font gốc Apple (đã kiểm phủ tiếng Việt), 6 mức đậm 400–900 (900 = Black).
   Inter · Roboto Condensed: bản variable — một file đủ mọi mức đậm 100–900. */

@font-face { font-family: 'SF Pro Display'; font-weight: 400; src: url('SF-Pro-Display-Regular.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'SF Pro Display'; font-weight: 500; src: url('SF-Pro-Display-Medium.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'SF Pro Display'; font-weight: 600; src: url('SF-Pro-Display-Semibold.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'SF Pro Display'; font-weight: 700; src: url('SF-Pro-Display-Bold.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'SF Pro Display'; font-weight: 800; src: url('SF-Pro-Display-Heavy.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'SF Pro Display'; font-weight: 900; src: url('SF-Pro-Display-Black.woff2') format('woff2'); font-display: swap; }

@font-face { font-family: 'Inter'; font-weight: 100 900; src: url('inter-latin-wght.woff2') format('woff2-variations'); font-display: swap; }
@font-face { font-family: 'Inter'; font-weight: 100 900; src: url('inter-vietnamese-wght.woff2') format('woff2-variations'); font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

@font-face { font-family: 'Roboto Condensed'; font-weight: 100 900; src: url('roboto-condensed-latin-wght.woff2') format('woff2-variations'); font-display: swap; }
@font-face { font-family: 'Roboto Condensed'; font-weight: 100 900; src: url('roboto-condensed-vietnamese-wght.woff2') format('woff2-variations'); font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

@font-face { font-family: 'Be Vietnam Pro'; font-weight: 400; src: url('be-vietnam-pro-latin-400.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'Be Vietnam Pro'; font-weight: 500 600; src: url('be-vietnam-pro-latin-500.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'Be Vietnam Pro'; font-weight: 700; src: url('be-vietnam-pro-latin-700.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'Be Vietnam Pro'; font-weight: 800 900; src: url('be-vietnam-pro-latin-800.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'Be Vietnam Pro'; font-weight: 400; src: url('be-vietnam-pro-vietnamese-400.woff2') format('woff2'); font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: 'Be Vietnam Pro'; font-weight: 500 600; src: url('be-vietnam-pro-vietnamese-500.woff2') format('woff2'); font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: 'Be Vietnam Pro'; font-weight: 700; src: url('be-vietnam-pro-vietnamese-700.woff2') format('woff2'); font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: 'Be Vietnam Pro'; font-weight: 800 900; src: url('be-vietnam-pro-vietnamese-800.woff2') format('woff2'); font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
