/*
Theme Name: Quiet Editorial
Author: Portfolio Website Team
Description: A calm, editorial block theme for image-led portfolios and brand stories.
Requires at least: 6.6
Requires PHP: 8.0
Version: 0.6.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quiet-editorial
Tags: block-patterns, full-site-editing, portfolio, accessibility-ready
*/

html {
	scroll-behavior: smooth;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
