/* ChulaCharasNew (จุฬาจรัสใหม่) — Chulalongkorn University's official corporate
   text font, per the CU brand guideline. Vendored as woff2 (converted from the
   licensed TTFs installed on the build machine) so reports need no external
   request and the offline export can embed them. Do not hand-edit — regenerate
   the woff2 from the TTFs. Replaces the former Bai Jamjuree webfont. */
@font-face {
  font-family: 'ChulaCharasNew';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/vendor/chulacharasnew-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'ChulaCharasNew';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/vendor/chulacharasnew-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'ChulaCharasNew';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/vendor/chulacharasnew-italic.woff2) format('woff2');
}
@font-face {
  font-family: 'ChulaCharasNew';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/vendor/chulacharasnew-bolditalic.woff2) format('woff2');
}
