/*
Theme Name: Theme-LLCLC
Author: LightsAndColors
Author URI: http://www.llclc.org/
Theme URI: http://www.llclc.org/
Tags: full-site-editing
Text Domain: fse
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.8
Version: 1.0.2

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

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;
}