/* ==========================================================================
   ส่วนที่ 1: ประกาศฟอนต์
   ========================================================================== */
@font-face {
    font-family: 'LINE Seed TH';
    src: url("8bfbb1b73a880c8bfe.woff2") format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url("8b96ecdde9ec143f9f.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url("e593d5749534c8b252.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url("16a3e5d9da945354ae.woff2") format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url("494933c99430f1ff78.woff2") format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   ส่วนที่ 2: บังคับเปลี่ยน
   ========================================================================== */

/* 1. สั่งที่ Body และ Heading (พื้นฐาน) */
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'LINE Seed TH', sans-serif !important;
}

/* 2. สั่งที่ตัวหนังสือย่อยๆ (Paragraph, Link, List) */
/* ไม่ใส่ tag <i> หรือ <span> เพื่อกันไอคอนพัง */
p, a, li, ul, ol, dl, dt, dd, blockquote {
    font-family: 'LINE Seed TH', sans-serif !important;
}

/* 3. สั่งที่ฟอร์มและปุ่ม */
input, button, select, textarea, label, legend {
    font-family: 'LINE Seed TH', sans-serif !important;
}

/* 4. สั่งที่ตาราง */
th, td {
    font-family: 'LINE Seed TH', sans-serif !important;
}

/* 5. สั่งเฉพาะ Elementor Text Widget (เผื่อมันดื้อ) */
.elementor-widget-text-editor,
.elementor-heading-title,
.elementor-icon-box-title,
.elementor-icon-box-description {
    font-family: 'LINE Seed TH', sans-serif !important;
}

/* 6. ตั้งค่าตัวแปรระบบ */
:root {
    --e-global-typography-primary-font-family: 'LINE Seed TH', sans-serif !important;
    --e-global-typography-secondary-font-family: 'LINE Seed TH', sans-serif !important;
    --e-global-typography-text-font-family: 'LINE Seed TH', sans-serif !important;
    --e-global-typography-accent-font-family: 'LINE Seed TH', sans-serif !important;
}