/**
 * Chula AI theme — local brand fonts.
 */

@font-face {
  font-family: "Chula Charas New";
  src: url("../fonts/ChulaCharasNewReg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chula Charas New";
  src: url("../fonts/ChulaCharasNewIta.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Chula Charas New";
  src: url("../fonts/ChulaCharasNewBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chula Charas New";
  src: url("../fonts/ChulaCharasNewBoldIta.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Chula Longkorn";
  src: url("../fonts/CHULALONGKORNReg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chula Longkorn";
  src: url("../fonts/CHULALONGKORNBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
