/*
Theme Name: IFSD
Author: IFSD
Author URI: 
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: ifsd
Requires at least: 6.4
Requires PHP: 8.0
Tested up to: 6.6.1
Version: 1.1.5

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