/**
 * Custom Fonts - Bai Jamjuree Self-Hosted
 * Optimized for performance with only essential weights
 */

/* Font smoothing for better rendering */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

/* Regular Italic - 400 */
@font-face {
  font-family: "Bai Jamjuree";
  src: url("./files/BaiJamjuree-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

/* Medium Italic - 500 */
@font-face {
  font-family: "Bai Jamjuree";
  src: url("./files/BaiJamjuree-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* SemiBold - 600 */
@font-face {
  font-family: "Bai Jamjuree";
  src: url("./files/BaiJamjuree-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* SemiBold Italic - 600 */
@font-face {
  font-family: "Bai Jamjuree";
  src: url("./files/BaiJamjuree-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

/* Bold Italic - 700 */
@font-face {
  font-family: "Bai Jamjuree";
  src: url("./files/BaiJamjuree-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
