/* ---------------------------------------------------------------------------
   Sua font cho web-app OPEX.

   Van de: bundle chi dong goi font IranYekan (thiet ke cho chu Ba Tu, bien the
   "fanum" dung chu so Farsi). Chu Latin cua no rat xau. CSS lai con tham chieu
   Poppins va Roboto - hai font KHONG co trong bundle - nen roi ve font he thong.
   Ket qua: moi cho mot kieu chu.

   Cach sua: khai bao lai dung 8 @font-face cua family "iranyekan" (va them
   Poppins/Roboto) tro sang Inter self-host. Vi @font-face khai bao sau se de len
   khai bao truoc cho cung family+weight+style, moi quy tac font-family:iranyekan
   san co - ke ca cac quy tac co !important - tu dong dung Inter.
   Font icon (opex-icon, anticon) dung family rieng nen khong bi anh huong.

   File nay do nginx chen vao index.html bang sub_filter, khong sua bundle.
   Go bo: xoa dong sub_filter trong gateway/nginx.conf roi reload.
   --------------------------------------------------------------------------- */

@font-face{font-family:iranyekan;font-style:normal;font-weight:100;src:url(/webfonts/inter-latin.woff2) format("woff2");font-display:swap}
@font-face{font-family:iranyekan;font-style:normal;font-weight:300;src:url(/webfonts/inter-latin.woff2) format("woff2");font-display:swap}
@font-face{font-family:iranyekan;font-style:normal;font-weight:400;src:url(/webfonts/inter-latin.woff2) format("woff2");font-display:swap}
@font-face{font-family:iranyekan;font-style:normal;font-weight:500;src:url(/webfonts/inter-latin.woff2) format("woff2");font-display:swap}
@font-face{font-family:iranyekan;font-style:normal;font-weight:700;src:url(/webfonts/inter-latin.woff2) format("woff2");font-display:swap}
@font-face{font-family:iranyekan;font-style:normal;font-weight:800;src:url(/webfonts/inter-latin.woff2) format("woff2");font-display:swap}
@font-face{font-family:iranyekan;font-style:normal;font-weight:850;src:url(/webfonts/inter-latin.woff2) format("woff2");font-display:swap}
@font-face{font-family:iranyekan;font-style:normal;font-weight:900;src:url(/webfonts/inter-latin.woff2) format("woff2");font-display:swap}

/* Hai font duoc CSS tham chieu nhung khong co trong bundle */
@font-face{font-family:Poppins;font-style:normal;font-weight:100 900;src:url(/webfonts/inter-latin.woff2) format("woff2");font-display:swap}
@font-face{font-family:Roboto;font-style:normal;font-weight:100 900;src:url(/webfonts/inter-latin.woff2) format("woff2");font-display:swap}

/* Inter co chu so deu be ngang -> cot gia/so luong thang hang */
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
table,.price,.amount,input[type=number]{font-variant-numeric:tabular-nums}

/* admin-panel tham chieu them "Poppins Flex" (cung khong co trong bundle) */
@font-face{font-family:"Poppins Flex";font-style:normal;font-weight:100 900;src:url(/webfonts/inter-latin.woff2) format("woff2");font-display:swap}
