/* โหลดฟอนต์ Prompt และ Sarabun เท่านั้น (เฉพาะที่คุณใช้จริง) */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;600&family=Sarabun:wght@400;700&display=swap');

/* Font size utility (คล้าย Tailwind) */
.fs-8 { font-size: 8px; }
.fs-10 { font-size: 10px; }
.fs-12 { font-size: 12px; }
.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-24 { font-size: 24px; }
.fs-30 { font-size: 30px; }
.fs-36 { font-size: 36px; }

/* Font family utility */
.font-prompt { font-family: 'Prompt', sans-serif; }
.font-sarabun { font-family: 'Sarabun', sans-serif; }

/* Optional: font weight */
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
