:root {
	--color-base: #f9f3ef;
	--color-white: #fffdfb;
	--color-peach-soft: #fce7d9;
	--color-peach: #e29971;
	--color-peach-pale: #fff8f4;
	--color-apricot-pale: #fdf0e8;
	--color-apricot-soft: #f9e4d8;
	--color-footer-bg: #f3e7de;
	--color-beige: #dbc9b5;
	--color-beige-dark: #ceb49f;
	--color-brown: #49382b;
	--color-text: #2b2725;
	--color-text-muted: #65635b;

	/* Semantic aliases retained for the existing component layer. */
	--color-ink: var(--color-text);
	--color-sand: var(--color-base);
	--color-ivory: var(--color-base);
	--color-line: var(--color-beige);
	--color-muted: var(--color-text-muted);
	--font-body: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	--font-heading: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	--font-serif: "Times New Roman", "Yu Mincho", YuMincho, serif;
	--container-width: 1160px;
	--space-section-desktop: 72px;
	--space-section-tablet: 96px;
	--space-section-mobile: 72px;
	--radius-small: 2px;
	--radius-medium: 6px;
	--radius-large: 18px;
	--shadow-soft: 0 18px 46px rgba(82, 56, 42, .12);
}
