/*
Theme Name: Lite Innovation
Author: 2.0 Design
Author URI: https://deuxpointzero.com
Theme URI: https://liteinnovation.ca
Tags: full-site-editing, block-patterns
Text Domain: lite-innovation
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

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;

	
}

@media (max-width: 782px) {
	html {
		font-size: clamp(0.875rem, 0.642rem + 0.746vi, 1rem);
		
	}
}

@media (min-width: 1440px) {
	html {
		font-size: clamp(1rem, 0.667rem + 0.37vi, 1.5rem);
		
	}
}