/*
Theme Name: 远图 Home Living
Theme URI: https://yuantu.example/
Author: 远图
Description: A warm editorial showcase theme for modern furniture export brands.
Version: 0.1.1
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: yuantu-home-living
*/

:root {
	--yuantu-living-espresso: #2a211d;
	--yuantu-living-paper: #f6f1ea;
	--yuantu-living-walnut: #855a3a;
	--yuantu-living-brass: #b08c5d;
	--yuantu-living-stone: #d8cfc2;
	--yuantu-living-white: #ffffff;
	--yuantu-living-serif: Georgia, 'Times New Roman', serif;
	--yuantu-living-sans: 'Segoe UI', Helvetica, Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--yuantu-living-paper);
	color: var(--yuantu-living-espresso);
	font-family: var(--yuantu-living-sans);
	font-synthesis: none;
	text-rendering: optimizeLegibility;
}

a {
	color: inherit;
	text-underline-offset: 0.17em;
	text-decoration-thickness: 1px;
}

a:hover {
	color: var(--yuantu-living-walnut);
}

:focus-visible {
	outline: 3px solid var(--yuantu-living-walnut);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
