/* 1. Thin - 100 */
@font-face {
  font-family: 'MiSans Latin';
  src: url('../fonts/MiSansLatin-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* 2. ExtraLight - 200 */
@font-face {
  font-family: 'MiSans Latin';
  src: url('../fonts/MiSansLatin-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* 3. Light - 300 */
@font-face {
  font-family: 'MiSans Latin';
  src: url('../fonts/MiSansLatin-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 4. Regular - 400 */
@font-face {
  font-family: 'MiSans Latin';
  src: url('../fonts/MiSansLatin-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 5. Normal - 400 (Dự phòng cho body text) */
@font-face {
  font-family: 'MiSans Latin';
  src: url('../fonts/MiSansLatin-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 6. Medium - 500 */
@font-face {
  font-family: 'MiSans Latin';
  src: url('../fonts/MiSansLatin-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 7. Demibold - 600 */
@font-face {
  font-family: 'MiSans Latin';
  src: url('../fonts/MiSansLatin-Demibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 8. Semibold - 600 (Dự phòng cho heading) */
@font-face {
  font-family: 'MiSans Latin';
  src: url('../fonts/MiSansLatin-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 9. Bold - 700 (Đậm chuẩn cho b, strong, tiêu đề lớn) */
@font-face {
  font-family: 'MiSans Latin';
  src: url('../fonts/MiSansLatin-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 10. Heavy / Black - 900 */
@font-face {
  font-family: 'MiSans Latin';
  src: url('../fonts/MiSansLatin-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}