/* Kanit - โหลดจากไฟล์ในเครื่อง ไม่พึ่ง Google Fonts หรือ CDN ใด ๆ
   (เครื่องนี้ไม่มี Kanit ติดตั้งเป็นฟอนต์ระบบ จึงต้องแนบไฟล์มาเอง)
   เก็บแค่ 3 น้ำหนักที่ CSS ใช้จริง: 400 / 600 / 700 */

@font-face {
  font-family: 'Kanit';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/kanit/Kanit-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  font-weight: 600;
  font-style: normal;
  src: url('/fonts/kanit/Kanit-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/kanit/Kanit-Bold.ttf') format('truetype');
  font-display: swap;
}
