:root {
	--sim-navy: #0d3445;
	--sim-orange: #f58220;
	--sim-orange-hover: #dc6d12;
	--sim-gold: #c98a13;

	--sim-heading: #111827;
	--sim-body: #4b5563;
	--sim-muted: #6b7280;
	--sim-border: #e5e7eb;
	--sim-surface: #ffffff;
	--sim-background: #f8fafc;

	--sim-radius-sm: 8px;
	--sim-radius-md: 12px;
	--sim-radius-lg: 20px;

	--sim-shadow-sm: 0 6px 18px rgb(15 23 42 / 8%);
	--sim-shadow-md: 0 16px 40px rgb(15 23 42 / 12%);

	--sim-content-width: 1200px;
	--sim-section-space: clamp(4rem, 8vw, 7rem);
}