/* th-lite: แทน boxicons.css + boxicons.woff2 (รวม ~113 KB)
 *
 * สแกนทั้ง repo แล้วเว็บนี้ใช้ boxicons แค่ 2 ตัวอักษร:
 *   .bx-chevron-right  330 จุด
 *   .bx-world            3 จุด
 * ดาวน์โหลดฟอนต์ทั้งชุดเพื่อ 2 glyph ไม่คุ้ม จึงยืมจาก Font Awesome 5 Free
 * ซึ่งหน้าเหล่านี้โหลดอยู่แล้วและใช้จริงหลายร้อยจุด (fa-solid-900.woff2)
 *
 * ถ้าจะใช้ไอคอน bx- ตัวใหม่ ต้องมาเพิ่มที่นี่ ไม่งั้นจะไม่ขึ้น
 * เทียบรหัส glyph ได้จาก fontawesome/css/all.css (ค้น .fa-chevron-right:before)
 */
.bx {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    vertical-align: middle;
}

.bx-chevron-right::before,
.bx-world::before {
    /* FA5 Free มีเฉพาะน้ำหนัก 900 (solid) สำหรับสองตัวนี้ */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.bx-chevron-right::before {
    content: "\f054";
}

.bx-world::before {
    content: "\f0ac";
}
