/**
 * Font nội bộ — fallback tĩnh. File thật được quét tự động qua inc/qtsn-local-fonts.php (@font-face động).
 * Có thể đặt file UTM ở themes/quoctesannhi-2026/ hoặc themes/quoctesannhi-2026/fonts/
 */
@font-face {
	font-family: 'UTM HelvetIns';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src:
		url( '../fonts/UTMHelvetIns.woff2' ) format( 'woff2' ),
		url( '../fonts/UTMHelvetIns.woff' ) format( 'woff' ),
		url( '../fonts/UTMHelvetIns.ttf' ) format( 'truetype' );
}

@font-face {
	font-family: 'UTM HelvetIns';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src:
		url( '../fonts/UTMHelvetIns-Bold.woff2' ) format( 'woff2' ),
		url( '../fonts/UTMHelvetIns-Bold.woff' ) format( 'woff' ),
		url( '../fonts/UTMHelvetIns-Bold.ttf' ) format( 'truetype' );
}
