/* OAM brand values — set by the client, applied to every page. */
:root {
	--oam-brand: #7c1b55;
	--oam-brand-700: #5e0e40;
	--oam-brand-100: #f4e6ef;
	--oam-pink: #b26795;
	--oam-mint: #19bca4;
	--oam-accent: #439399;
	--oam-ink: #2d4b65;
	--oam-ink-soft: #51616f;
	--oam-muted: #4a6178;
	--oam-line: #ece4e9;
	--oam-bg: #ffffff;
	--oam-bg-alt: #faf6f8;
	--oam-bg-warm: #f6efe9;
	--oam-panel-radius: 28px;
	--oam-panel-inset: clamp(1rem, 4vw, 3rem);
}