/* ============================================================
   AvaKid — Fonts
   Roboto / Roboto Condensed: font Google chuẩn → dùng thẳng Google Fonts CDN.
   SFU Times Ten, SFU Souvenir, VL Authenia/Authentica: font riêng của dự án,
   không có trên Google Fonts → tự lưu trữ (self-host) bằng web font
   (woff2/woff) trong /font/fonts, có TTF/OTF gốc trong /font làm dự phòng.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* ── SFU Times Ten (chữ serif tiêu đề lớn — "HỘ CHIẾU TƯƠNG LAI", "FUTURE PASSPORT") ── */
@font-face {
  font-family:'SFU Times Ten';
  src:url('../../font/fonts/SFUTimesTenRoman.woff2') format('woff2'),
      url('../../font/fonts/SFUTimesTenRoman.woff') format('woff'),
      url('../../font/SFUTimesTenRoman.TTF') format('truetype');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face {
  font-family:'SFU Times Ten';
  src:url('../../font/fonts/SFUTimesTenItalic.woff2') format('woff2'),
      url('../../font/fonts/SFUTimesTenItalic.woff') format('woff'),
      url('../../font/SFUTimesTenItalic.TTF') format('truetype');
  font-weight:400; font-style:italic; font-display:swap;
}
@font-face {
  font-family:'SFU Times Ten';
  src:url('../../font/fonts/SFUTimesTenBold.woff2') format('woff2'),
      url('../../font/fonts/SFUTimesTenBold.woff') format('woff'),
      url('../../font/SFUTimesTenBold.TTF') format('truetype');
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face {
  font-family:'SFU Times Ten';
  src:url('../../font/fonts/SFUTimesTenBoldItalic.woff2') format('woff2'),
      url('../../font/fonts/SFUTimesTenBoldItalic.woff') format('woff'),
      url('../../font/SFUTimesTenBoldItalic.TTF') format('truetype');
  font-weight:700; font-style:italic; font-display:swap;
}

/* ── SFU Souvenir (chữ nhấn mạnh phụ / logo) ── */
@font-face {
  font-family:'SFU Souvenir';
  src:url('../../font/fonts/SFUSouvenirBold.woff2') format('woff2'),
      url('../../font/fonts/SFUSouvenirBold.woff') format('woff'),
      url('../../font/SFUSouvenirBold.TTF') format('truetype');
  font-weight:700; font-style:normal; font-display:swap;
}

/* ── VL Authenia / Authentica (chữ viết tay — thư gửi tương lai) ── */
@font-face {
  font-family:'VL Authentia';
  src:url('../../font/fonts/VLAuthenia-Regular.woff2') format('woff2'),
      url('../../font/fonts/VLAuthenia-Regular.woff') format('woff'),
      url('../../font/VLAUTHENIA-REGULAR.OTF') format('opentype');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face {
  font-family:'VL Authentica';
  src:url('../../font/fonts/VLAuthenticaRegular.woff2') format('woff2'),
      url('../../font/fonts/VLAuthenticaRegular.woff') format('woff'),
      url('../../font/VLAUTHENTICAREGULAR.OTF') format('opentype');
  font-weight:400; font-style:normal; font-display:swap;
}
