/**
 * HuanyinPack presentation tokens.
 *
 * Add only theme-level layout and visual rules here. Page content remains
 * native post_content HTML; application logic belongs in huanyinpack-core.
 */

:root {
	--hy-color-ink: #172033;
	--hy-color-muted: #5d677a;
	--hy-color-surface: #ffffff;
	--hy-color-surface-alt: #f5f7fa;
	--hy-color-brand: #e4572e;
	--hy-color-brand-dark: #b93e1d;
	--hy-color-focus: #1463ff;
	--hy-container: 1200px;
	--hy-radius-sm: 0.375rem;
	--hy-radius-md: 0.75rem;
	--hy-space-1: 0.25rem;
	--hy-space-2: 0.5rem;
	--hy-space-3: 0.75rem;
	--hy-space-4: 1rem;
	--hy-space-6: 1.5rem;
	--hy-space-8: 2rem;
	--hy-space-12: 3rem;
}

:where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid var(--hy-color-focus);
	outline-offset: 3px;
}

