/* ==========================================================================
   ส่วนที่ 1: ประกาศฟอนต์
   ========================================================================== */
@font-face {
    font-family: 'LINE Seed TH';
    src: url('fonts/LINESeedSansTH_W_Th.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url('fonts/LINESeedSansTH_W_Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url('fonts/LINESeedSansTH_W_Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url('fonts/LINESeedSansTH_W_XBd.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url('fonts/LINESeedSansTH_W_He.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;
}