/* เลือก Import ฟอนต์ที่ชอบ (ในตัวอย่างนี้ใช้ Prompt) */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;600&display=swap');

/* บังคับใช้กับทั้งหน้าเว็บ */
body {
    font-family: 'Prompt', sans-serif !important;
}

/* ปรับแต่งหัวข้อให้ดูเด่นขึ้น */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}