/* =============================================================================
   Inter - TU HOST, KHONG PHU THUOC GOOGLE.

   VI SAO CO FILE NAY (BinhNQ | 2026-09-09):
   Toan he thong doi tu Open Sans sang Inter. Font van phai nam tren server
   NewPost chu KHONG nap tu fonts.googleapis.com: mang cua mot so khach hang
   khong di ra duoc Google (console: net::ERR_CONNECTION_TIMED_OUT), ma
   <link rel="stylesheet"> / @import deu la tai nguyen RENDER-BLOCKING - trinh
   duyet khong ve gi len man hinh cho toi khi request do timeout, khach phai nhin
   man hinh trang ~20-30 giay moi thay giao dien. Day chinh la ly do file
   open-sans.css ra doi truoc day; nay giu nguyen cach lam do, chi doi bo font.
   Da co san clientCache 7 ngay khai trong Web.config.

   NOI DUNG DUOC SINH RA TU CHINH CSS MA GOOGLE TRA VE
   (https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap),
   giu nguyen tung khoi @font-face va tung unicode-range - de trinh duyet chon dung
   file theo ky tu that su xuat hien tren trang (trang chi co tieng Viet + Latin
   thi khong tai file latin-ext lam gi).

   CHI GIU 3 BO KY TU: latin, latin-ext, vietnamese.
   CSS goc cua Google con tra ve cyrillic, cyrillic-ext, greek, greek-ext -
   nhung thu app nay khong bao gio hien thi.

   Inter la VARIABLE FONT: mot file .woff2 phuc vu duoc MOI do dam tu 100 den 900,
   nen chi can 3 khoi @font-face tro vao 3 file that. Descriptor
   "font-weight: 100 900" bao cho trinh duyet biet dai do dam ho tro.

   LUU Y so voi Open Sans cu: bo Open Sans tu host truoc day chi khai 4 do dam roi
   rac 300/400/600/700, nen moi rule xin font-weight:500 deu bi trinh duyet ha
   xuong 400 (chinh la loi "chu menu trai nhin qua nhat" ghi o dashboard-modern.css).
   Inter khai lien mach 100-900 nen MOI do dam deu co that, khong con bay do nua.

   Giay phep: SIL Open Font License 1.1 - xem /skin/fonts/inter/OFL.txt
   ============================================================================= */

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter/inter-vietnamese.woff2') format('woff2');
  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;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
