/*
Theme Name: ezyquip
Author:  Hunt + Hawk
Author URI: https://huntandhawk.com/
Theme URI:
Tags: full-site-editing, block-patterns
Text Domain: ezyquip
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.9
*/

/* 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;
}