/*
Theme Name: Datavector Child
Template: generatepress
Version: 1.0
*/

/* 1. สั่งโหลดฟอนต์จาก Google Fonts เข้ามาในระบบ (ต้องอยู่บนสุด) */
@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@300;400;600;700&family=Inter:wght@300;400;600;700&display=swap');

/* 2. บังคับให้ทั้งเว็บไซต์ใช้ฟอนต์ Anuphan สำหรับภาษาไทย และ Inter สำหรับภาษาอังกฤษ */
body, h1, h2, h3, h4, h5, h6, p, a, span, input, select, textarea, button {
    font-family: 'Anuphan', 'Inter', sans-serif !important;
}