/* Business Services — ฟอนต์ระบบ (self-host ที่ /bs/fonts/ ใช้ออฟไลน์ใน LAN ได้ ไม่พึ่งอินเทอร์เน็ต)
   เปลี่ยนฟอนต์ทั้งระบบ: System Management → แท็บ Backup & ล้างข้อมูล → ฟอนต์ของระบบ */
@font-face{font-family:'Anuphan';font-style:normal;font-weight:400;font-display:swap;src:url('/bs/fonts/anuphan-400.woff') format('woff');}
@font-face{font-family:'Anuphan';font-style:normal;font-weight:700;font-display:swap;src:url('/bs/fonts/anuphan-700.woff') format('woff');}
@font-face{font-family:'Sarabun';font-style:normal;font-weight:400;font-display:swap;src:url('/bs/fonts/sarabun-400.woff') format('woff');}
@font-face{font-family:'Sarabun';font-style:normal;font-weight:700;font-display:swap;src:url('/bs/fonts/sarabun-700.woff') format('woff');}
@font-face{font-family:'IBM Plex Sans Thai Looped';font-style:normal;font-weight:400;font-display:swap;src:url('/bs/fonts/ibmplexthai-400.woff') format('woff');}
@font-face{font-family:'IBM Plex Sans Thai Looped';font-style:normal;font-weight:700;font-display:swap;src:url('/bs/fonts/ibmplexthai-700.woff') format('woff');}
:root{--bs-font:'Anuphan','Leelawadee UI','Noto Sans Thai',sans-serif;}
:root[data-font="anuphan"]{--bs-font:'Anuphan','Leelawadee UI','Noto Sans Thai',sans-serif;}
:root[data-font="sarabun"]{--bs-font:'Sarabun','Leelawadee UI','Noto Sans Thai',sans-serif;}
:root[data-font="ibm"]{--bs-font:'IBM Plex Sans Thai Looped','Leelawadee UI','Noto Sans Thai',sans-serif;}
body{font-family:var(--bs-font);}
