/*
Theme Name: Blockera
Author: Blockera
Author URI: https://profiles.wordpress.org/blockera/
Theme URI: https://blockerawp.com
Description: Blockera is a modern, fast & lightweight WordPress block theme designed for blogs, portfolios, business websites, startups, and all kinds of creative websites. It comes with ready-made block patterns, flexible layouts, custom color palettes, typography presets, and full site editing support for easy customization. Built with performance and responsiveness in mind, Blockera delivers a clean and seamless website-building experience using the native WordPress block editor. Whether you are creating a personal blog, agency website, or professional portfolio, Blockera helps you launch polished and modern websites with minimal setup.
Tags: blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks, patterns, starter-site, templates
Text Domain: blockera
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 7.0
Version: 1.0.2

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