/* asset/fonts.css */
@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./Kanit-Medium.ttf') format('truetype');
  }
  
  /* ใช้ฟอนต์นี้ทั้งเว็บ */
  body {
    font-family: 'Kanit', sans-serif;
  }