/*
Theme Name: Gesso by Block Styles
Theme URI: https://gessotheme.com
Author: Block Styles
Author URI: https://blockstyles.com
Description: A minimalistic block-first full site editing WordPress theme.
Text Domain: gesso-by-block-styles
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.1
Version: 1.5.2
Tags: Blog, E-Commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-image-header, featured-images,  flexible-header, front-page-posting, full-site-editing, full-width-template, post-formats, rtl-language-support, sticky-post, template-editing, threaded-comments, translation-ready

License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

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

/*
 * Increase horizontal padding on smaller screens.
 * Temporary solution to avoid text content
 * running up to the edge of the browser window,
 * making the text difficult to read.
*/
@media ( max-width: 1024px ) {

	main > :not(.alignfull),
	main .wp-block-query > :not(.alignfull),
	main .entry-content > :not(.alignfull):not(ul):not(ol),
	main .entry-content .wp-block-columns.alignfull p {
		padding-left: var(--wp--custom--h-spacing);
		padding-right: var(--wp--custom--h-spacing);
	}
}
