:root {
	--homvnd-color-primary: #173b57;
	--homvnd-color-primary-strong: #102b40;
	--homvnd-color-accent: #b54708;
	--homvnd-color-accent-strong: #8f3500;
	--homvnd-color-text: #17212b;
	--homvnd-color-text-muted: #52606d;
	--homvnd-color-surface: #fff;
	--homvnd-color-surface-muted: #f4f7fa;
	--homvnd-color-border: #cbd5e1;
	--homvnd-color-focus: #005fcc;
	--homvnd-color-success: #237a45;
	--homvnd-color-warning: #8a5a00;
	--homvnd-color-error: #b42318;
	--homvnd-font-family-base: system-ui, -apple-system, "Segoe UI", roboto, helvetica, arial, sans-serif;
	--homvnd-font-size-xs: 0.75rem;
	--homvnd-font-size-sm: 0.875rem;
	--homvnd-font-size-md: 1rem;
	--homvnd-font-size-lg: 1.125rem;
	--homvnd-font-size-xl: 1.25rem;
	--homvnd-font-size-2xl: 1.5rem;
	--homvnd-font-size-3xl: 2rem;
	--homvnd-font-size-4xl: 2.5rem;
	--homvnd-font-size-5xl: 3.25rem;
	--homvnd-line-height-xs: 1rem;
	--homvnd-line-height-sm: 1.25rem;
	--homvnd-line-height-md: 1.5rem;
	--homvnd-line-height-lg: 1.75rem;
	--homvnd-line-height-2xl: 2rem;
	--homvnd-line-height-3xl: 2.5rem;
	--homvnd-line-height-4xl: 3rem;
	--homvnd-line-height-5xl: 3.75rem;
	--homvnd-font-weight-regular: 400;
	--homvnd-font-weight-medium: 500;
	--homvnd-font-weight-semibold: 600;
	--homvnd-font-weight-bold: 700;
	--homvnd-space-0: 0;
	--homvnd-space-1: 0.25rem;
	--homvnd-space-2: 0.5rem;
	--homvnd-space-3: 0.75rem;
	--homvnd-space-4: 1rem;
	--homvnd-space-6: 1.5rem;
	--homvnd-space-8: 2rem;
	--homvnd-space-12: 3rem;
	--homvnd-space-16: 4rem;
	--homvnd-space-24: 6rem;
	--homvnd-width-reading: 48rem;
	--homvnd-width-content: 75rem;
	--homvnd-width-wide: 90rem;
	--homvnd-gutter-mobile: 1rem;
	--homvnd-gutter-tablet: 1.5rem;
	--homvnd-gutter-desktop: 2rem;
	--homvnd-gutter: var(--homvnd-gutter-mobile);
	--homvnd-breakpoint-sm: 30rem;
	--homvnd-breakpoint-md: 48rem;
	--homvnd-breakpoint-lg: 64rem;
	--homvnd-breakpoint-xl: 80rem;
	--homvnd-border-width: 1px;
	--homvnd-border-width-emphasis: 2px;
	--homvnd-radius-sm: 0.25rem;
	--homvnd-radius-md: 0.5rem;
	--homvnd-radius-lg: 0.75rem;
	--homvnd-radius-pill: 999px;
	--homvnd-focus-width: 2px;
	--homvnd-focus-offset: 2px;
	--homvnd-target-min: 44px;
	--homvnd-motion-fast: 120ms;
	--homvnd-motion-standard: 200ms;
	--homvnd-motion-slow: 320ms;
}

@media (min-width: 48rem) {
	:root {
		--homvnd-gutter: var(--homvnd-gutter-tablet);
	}
}

@media (min-width: 64rem) {
	:root {
		--homvnd-gutter: var(--homvnd-gutter-desktop);
	}
}
