/* Bản mirror template (Downloads/paces) chỉ chứa CSS/JS, KHÔNG có kèm file font icon thật
   (assets/fonts/ chỉ có vài file .html rác do HTTrack đặt sai tên, thiếu hẳn .woff2/.ttf).
   File này ghi đè lại @font-face để tải font Tabler Icons qua CDN công khai (thư viện icon
   mã nguồn mở, không liên quan bản quyền riêng của theme Paces) — giúp icon hiển thị được.
   Nếu bạn có sẵn file .zip gốc mua từ ThemeForest, nên copy đúng file font thật trong đó vào
   assets/fonts/ rồi xoá file CSS này đi để dùng bản chính chủ, đảm bảo khớp 100% version. */
@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.35.0/dist/fonts/tabler-icons.woff2?v3.35.0") format("woff2"),
       url("https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.35.0/dist/fonts/tabler-icons.ttf?v3.35.0") format("truetype");
}
