:root {
	/* Brand colours */
	--nhm-primary: #071d3d;
	--nhm-secondary: #f7c52d;
	--nhm-white: #ffffff;
	--nhm-text: #0f172a;
	--nhm-surface: #f8fafc;
	--nhm-border: #e2e8f0;

	/* Derived */
	--nhm-primary-rgb: 7, 29, 61;
	--nhm-primary-mid: #0c2d5a;
	--nhm-secondary-hover: #e5b420;
	--nhm-text-muted: #64748b;
	--nhm-success: #15803d;
	--nhm-warning: #b45309;
	--nhm-danger: #b91c1c;

	/* Typography */
	--nhm-font-sans: "Source Sans 3", "Segoe UI", sans-serif;
	--nhm-font-display: "Outfit", "Segoe UI", sans-serif;
	--nhm-fs-xs: 0.75rem;
	--nhm-fs-sm: 0.875rem;
	--nhm-fs-base: 1.0625rem;
	--nhm-fs-lg: 1.1875rem;
	--nhm-fs-xl: 1.375rem;
	--nhm-fs-2xl: 1.75rem;
	--nhm-fs-3xl: clamp(1.75rem, 3vw, 2.25rem);
	--nhm-fs-4xl: clamp(2.25rem, 5vw, 3.75rem);
	--nhm-lh: 1.65;
	--nhm-lh-tight: 1.15;
	--nhm-tracking: -0.02em;

	/* Spacing */
	--nhm-space-1: 0.25rem;
	--nhm-space-2: 0.5rem;
	--nhm-space-3: 0.75rem;
	--nhm-space-4: 1rem;
	--nhm-space-5: 1.5rem;
	--nhm-space-6: 2rem;
	--nhm-space-8: 3rem;
	--nhm-space-10: 5rem;
	--nhm-space-12: 6.5rem;

	/* Layout */
	--nhm-container: 1280px;
	--nhm-radius: 10px;
	--nhm-radius-lg: 16px;
	--nhm-radius-xl: 24px;
	--nhm-radius-pill: 999px;
	--nhm-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 12px rgba(15, 23, 42, 0.06);
	--nhm-shadow-md: 0 8px 24px rgba(15, 23, 42, 0.1), 0 2px 6px rgba(15, 23, 42, 0.06);
	--nhm-shadow-lg: 0 16px 48px rgba(7, 29, 61, 0.14), 0 4px 12px rgba(15, 23, 42, 0.08);
	--nhm-header-h: 92px;
	--nhm-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	--nhm-ease: cubic-bezier(0.4, 0, 0.2, 1);
}
