:root {
	--sf-color-navy: #0e2a47; --sf-color-light: #fdfcf9; --sf-color-ivory: #f6efe2; --sf-color-gold: #d4af63;
	--sf-color-text: var(--sf-color-navy); --sf-font-heading: "Plus Jakarta Sans", Arial, sans-serif; --sf-font-body: Inter, Arial, sans-serif;
	--sf-shell-max: 90rem; --sf-gutter: 1.25rem; --sf-section-space: 2.625rem;
	--sf-focus-ring: 0 0 0 3px color-mix(in srgb, var(--sf-color-gold) 75%, transparent);
	--sf-motion-fast: 180ms; --sf-motion-standard: 400ms; --sf-motion-ease: ease;
}
@media (min-width: 48rem) { :root { --sf-gutter: 1.5rem; --sf-section-space: 3.25rem; } }
@media (min-width: 80rem) { :root { --sf-gutter: 2rem; --sf-section-space: 4rem; } }
@media (min-width: 90rem) { :root { --sf-gutter: 2.5rem; } }
