@font-face {
    font-family: 'f1-regular';
    src: url('f1-regular-webfont.woff2') format('woff2'),
          url('f1-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 }
       
 @font-face {
    font-family: 'f1-bold';
    src: url('f1-bold-webfont.woff2') format('woff2'),
          url('f1-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 }

 @font-face {
    font-family: 'k-light';
    src: url('kanit-light-webfont.woff2') format('woff2'),
          url('kanit-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 }

 @font-face {
    font-family: 'k-medium';
    src: url('kanit-medium-webfont.woff2') format('woff2'),
          url('kanit-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 }

 @font-face {
    font-family: 't-regular';
    src: url('titilliumweb-regular-webfont.woff2') format('woff2'),
          url('titilliumweb-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 }

 @font-face {
    font-family: 't-bold';
    src: url('titilliumweb-bold-webfont.woff2') format('woff2'),
          url('titilliumweb-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 }

 @font-face {
   font-family: 'bai-regular';
   src: url('baijamjuree/BaiJamjuree-Light.woff2') format('woff2'),
         url('baijamjuree/BaiJamjuree-Light.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

 @font-face {
   font-family: 'bai-title';
   src: url('baijamjuree/BaiJamjuree-Bold.woff2') format('woff2'),
         url('baijamjuree/BaiJamjuree-Bold.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
    
 .f1-regular {
    font-family: 'f1-regular';
 }
       
 .f1-bold {
    font-family: 'f1-bold';
 }

 .k-light {
    font-family: 'k-light';
 }

 .k-medium {
    font-family: 'k-medium';
 }

 .t-regular {
    font-family: 't-regular';
 }
       
 .t-bold {
    font-family: 't-bold';
 }
       
 .text-regular {
    font-family: 'bai-regular';
 }
       
 .text-bold {
    font-family: 'bai-title';
 }