/* Minecraft F2D V1.42 — pixel font CÓ DẤU TIẾNG VIỆT (đã kiểm: 134/134 ký tự, Latin Ext Additional 90/90).
   Tác giả "ygygfu" qua FontStruct; giấy phép SIL Open Font License 1.1 (xem license.txt + readme.txt cùng thư mục).
   Nguồn: https://fontstruct.com/fontstructions/show/2628548
   Tự host same-origin (hợp CSP 'self'). KHÔNG đặt unicode-range → fallback theo-glyph: ký tự font không có
   (vd chữ Hán) tự rớt sang font kế trong stack thay vì hiện ô tofu. Khai báo dải weight 100–900 để mọi mức
   đậm dùng chung 1 nét, chặn faux-bold làm nhòe pixel. */
@font-face {
  font-family: 'Minecraft Seven Viet';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./minecraft-f2d-v1-42.woff2') format('woff2'),
       url('./minecraft-f2d-v1-42.ttf') format('truetype');
}
