/**
 * Design tokens — dùng biến màu Flatsome/WordPress.
 */
:root {
	--ntm-color-header-bg: rgba(240, 238, 232, 0.73);
	--ntm-color-primary: var(--primary-color);
	--ntm-color-text: #333;
	--ntm-color-muted: #777;
	--ntm-container-max: 1200px;

	/* Trang chủ — dẫn từ --primary-color (Flatsome Theme Options) */
	--ntm-home-primary: var(--primary-color);
	--ntm-home-primary-dark: color-mix(in srgb, var(--primary-color) 82%, #000);
	--ntm-home-primary-light: color-mix(in srgb, var(--primary-color) 12%, #fff);
	--ntm-home-surface: #f5f7f7;
	--ntm-home-radius: 14px;
	--ntm-home-radius-sm: 10px;
	--ntm-home-shadow: 0 12px 40px color-mix(in srgb, var(--primary-color) 18%, transparent);
	--ntm-home-container: min(1240px, calc(100% - 32px));
}
