/*
Theme Name: Brand Theme (Hybrid)
Description: Classic hybrid theme with PHP templates, theme.json design tokens and custom Gutenberg blocks.
Author: Brand Team
Author URI: https://example.com
Theme URI: https://example.com
Tags: editor-style, block-styles, block-patterns, custom-colors, custom-logo, custom-menu, featured-images, wide-blocks
Text Domain: brand-theme
Requires at least: 6.5
Requires PHP: 8.2
Tested up to: 6.9
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
