:root {
--color-navy: #29434c;
--color-navy-deep: #153740;
--color-sea: #5f9690;
--color-sea-light: #e1efeb;
--color-sand: #eee9df;
--color-cream: #fbf8f0;
--color-ink: #30434a;
--color-muted: #7a8783;
--color-line: #dbe3dc;
--color-brass: #e8bd6a;
--color-brass-deep: #765b2b;
	--color-white: #fff;
	--radius-card: 24px;
	--radius-pill: 999px;
	--shadow-soft: 0 18px 45px rgba(16, 42, 67, .10);
	--shadow-deep: 0 22px 55px rgba(7, 28, 45, .22);
	--container: 1180px;
	--space-section: clamp(2.25rem, 4vw, 3.75rem);
	--font-display: 'Iowan Old Style', 'Palatino Linotype', Georgia, 'Times New Roman', serif;
	--font-body: Inter, 'Avenir Next', 'Segoe UI', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}