/*
Theme Name: Blockera
Author: Blockera
Author URI: https://profiles.wordpress.org/blockera/
Theme URI: https://blockerawp.com
Description: Block based WordPress starter theme.
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: blockera
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.9
Version: 1.0.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: neutralscale;
	-webkit-font-smoothing: antialiased;
}

.site-footer.wp-block-template-part {
    margin-top: 0 !important;
}
