/*
Theme Name: Brand Theme
Theme URI:
Author:
Author URI:
Description: Brandable block theme.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: brand-theme
License: GPL-2.0-or-later
License URI: https://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;
}
