/* Bộ chữ thống nhất: chỉ dùng Gilroy Medium, Bold và Black. */
@font-face {
  font-family: "CBHT Gilroy";
  src: url("https://fonts.cdnfonts.com/s/16219/Gilroy-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 100 500;
  font-display: swap;
}
@font-face {
  font-family: "CBHT Gilroy";
  src: url("https://fonts.cdnfonts.com/s/16219/Gilroy-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 501 750;
  font-display: swap;
}
@font-face {
  font-family: "CBHT Gilroy";
  src: url("GILROY-BLACK1.OTF") format("opentype");
  font-style: normal;
  font-weight: 751 900;
  font-display: swap;
}

/* Áp dụng cả cho CSS cũ và component được tạo động. */
html body *:not([data-cbht-font-exempt]):not([data-cbht-font-exempt]) {
  font-family: "CBHT Gilroy", "Gilroy", sans-serif !important;
}
