/**
 * Typography NTM — kế thừa font Flatsome/WordPress.
 * Không đặt font-family riêng; tránh weight 800 (dễ lỗi dấu tiếng Việt).
 */

.ntm-archive-hero,
.ntm-archive-list,
.ntm-footer,
.ntm-blog-shell,
.ntm-page-home,
.ntm-page-about,
.ntm-vp-wrap,
.ntm-tcvp-wrap,
.ntm-single-shell {
	font-family: inherit;
}

.ntm-archive-hero__title {
	font-weight: 700 !important;
	letter-spacing: 0 !important;
}

.ntm-archive-hero__eyebrow {
	font-family: inherit;
	font-weight: 700;
}

.ntm-archive-hero__breadcrumb,
.ntm-archive-hero__desc,
.ntm-archive-hero__count,
.ntm-archive-hero__nav-label,
.ntm-footer,
.ntm-post-card {
	font-family: inherit;
}
