/* Font Việt hoá tự thêm (dùng cho lớp Chữ). Tải lười — chỉ tải khi được chọn.
   Tên family ở đây PHẢI khớp với mảng FONTS trong js/inspector.js. */

@font-face {
  font-family: "Putroe Navisha";
  src: url("/assets/fonts/putroe-navisha.otf") format("opentype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Bolden";
  src: url("/assets/fonts/bolden.otf") format("opentype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Young Bold";
  src: url("/assets/fonts/young-bold.otf") format("opentype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Bandit";
  src: url("/assets/fonts/bandit.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Monalisa";
  src: url("/assets/fonts/monalisa.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  /* Biến thể (variable font) — hỗ trợ nhiều độ đậm trong 1 tệp */
  font-family: "Danta";
  src: url("/assets/fonts/danta.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Rodin";
  src: url("/assets/fonts/rodin.otf") format("opentype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Motherland";
  src: url("/assets/fonts/motherland.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Gesco";
  src: url("/assets/fonts/gesco.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
