/*

Theme Name: FPE
Author: PlusOneX
Author URI: https://www.plusonex.com/
Description: Food Packaging Machines &#8211; Your Trusted Partner in Innovative Food Packaging and Processing Solutions!
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.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;
}