@font-face {
    font-family: 'Sarabun';
    src: url('Sarabun-Light.ttf') format('truetype');
    /* ตัวเลือกเพิ่มเติมตามความต้องการ */
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Sarabun';
    src: url('Sarabun-Bold.ttf') format('truetype');
    /* ตัวเลือกเพิ่มเติมตามความต้องการ */
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Sarabun';
    src: url('Sarabun-Bold.ttf') format('truetype');
    /* ตัวเลือกเพิ่มเติมตามความต้องการ */
    font-weight: bold;
    font-style: normal;
  }



  body {
    /* font-family: 'Sarabun', sans-serif; */
    font-weight: 700;

  }
