/* Local Kanit font declarations with font-display: swap */
/* Regular weight (400) */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Kanit-Regular.ttf') format('truetype');
}

/* Regular italic */
@font-face {
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Kanit-Italic.ttf') format('truetype');
}

/* Light weight (300) */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Kanit-Light.ttf') format('truetype');
}

/* Light italic */
@font-face {
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Kanit-LightItalic.ttf') format('truetype');
}

/* Medium weight (500) */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Kanit-Medium.ttf') format('truetype');
}

/* Medium italic */
@font-face {
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Kanit-MediumItalic.ttf') format('truetype');
}

/* Semi-bold weight (600) */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Kanit-SemiBold.ttf') format('truetype');
}

/* Semi-bold italic */
@font-face {
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Kanit-SemiBoldItalic.ttf') format('truetype');
}

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

/* Bold italic */
@font-face {
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Kanit-BoldItalic.ttf') format('truetype');
}
