/*
Theme Name: TreeFse
Theme URI: rocksite.pro
Author: netbiel
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 5.7
Version: 1.0.18
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: treefse
Tags: full-site-editing, editor-style, block-styles, block-patterns
*/

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