:root {
	/* Brand colours */
	--bpm-color-navy-950: #031522;
	--bpm-color-navy-900: #071b2c;
	--bpm-color-navy-800: #0b2940;
	--bpm-color-navy-700: #123650;
	--bpm-color-green-700: #1f6b35;
	--bpm-color-green-600: #2f7d32;
	--bpm-color-green-500: #4c9141;
	--bpm-color-lime-400: #95ca4a;
	--bpm-color-cream-100: #f6f4ee;
	--bpm-color-stone-100: #eef0ed;
	--bpm-color-stone-200: #e3e7e2;
	--bpm-color-stone-300: #d3d9d3;
	--bpm-color-stone-500: #727d77;
	--bpm-color-white: #ffffff;
	--bpm-color-ink: #071728;
	--bpm-color-muted: #52615b;
	--bpm-color-success: #256d35;
	--bpm-color-error: #b42318;

	/* Typography */
	--bpm-font-sans: Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	--bpm-font-size-xs: 0.75rem;
	--bpm-font-size-sm: 0.875rem;
	--bpm-font-size-base: 1rem;
	--bpm-font-size-lg: 1.125rem;
	--bpm-font-size-xl: clamp(1.25rem, 1.6vw, 1.5rem);
	--bpm-font-size-2xl: clamp(1.75rem, 2vw, 2.5rem);
	--bpm-font-size-3xl: clamp(2.25rem, 3.5vw, 4rem);
	--bpm-line-height-tight: 1.05;
	--bpm-line-height-heading: 1.15;
	--bpm-line-height-body: 1.65;
	--bpm-letter-spacing-wide: 0.08em;

	/* Layout */
	--bpm-container: 1180px;
	--bpm-content: 760px;
	--bpm-gutter: clamp(1.25rem, 4vw, 3rem);
	--bpm-section-space: clamp(4rem, 8vw, 7rem);
	--bpm-radius-sm: 0.25rem;
	--bpm-radius-md: 0.5rem;
	--bpm-radius-lg: 0.75rem;
	--bpm-shadow-card: 0 18px 45px rgb(3 21 34 / 0.08);
	--bpm-transition: 180ms ease;
}
