/* Local Fonts  Sarabun + Prompt (TTF) */

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

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