/*
Theme Name: ShopGrid
Theme URI: https://github.com/WCStudioHQ/shopgrid
Description: ShopGrid is a modern, full-site editing theme designed for WordPress. It features a clean and responsive design, perfect for showcasing your content. The theme supports block patterns and is optimized for performance and accessibility.
Author: WC Studio
Author URI: https://wcstudio.com
Tags: full-site-editing, block-patterns,blog
Text Domain: shopgrid
Requires PHP: 7.4
Tested up to: 6.8
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: 2025 WC Studio
*/

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