/**
 * Sarabun Font Family
 * Thai-optimized font for beautiful typography
 * Source: Google Fonts
 */

/* Thin (100) */
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("Sarabun-Thin.ttf") format("truetype");
}

@font-face {
  font-family: 'Sarabun';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("Sarabun-ThinItalic.ttf") format("truetype");
}

/* Extra Light (200) */
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("Sarabun-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: 'Sarabun';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("Sarabun-ExtraLightItalic.ttf") format("truetype");
}

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

@font-face {
  font-family: 'Sarabun';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("Sarabun-LightItalic.ttf") format("truetype");
}

/* Regular (400) */
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Sarabun-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Sarabun';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("Sarabun-Italic.ttf") format("truetype");
}

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

@font-face {
  font-family: 'Sarabun';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("Sarabun-MediumItalic.ttf") format("truetype");
}

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

@font-face {
  font-family: 'Sarabun';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("Sarabun-SemiBoldItalic.ttf") format("truetype");
}

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

@font-face {
  font-family: 'Sarabun';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("Sarabun-BoldItalic.ttf") format("truetype");
}

/* Extra Bold (800) */
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("Sarabun-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Sarabun';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("Sarabun-ExtraBoldItalic.ttf") format("truetype");
}
