/*
Theme Name: Groceria
Theme URI: https://groceria.madrasthemes.com/
Author: MadrasThemes
Author URI: https://madrasthemes.com/
Description: Groceria is a WooCommerce theme designed for grocery stores.
Version: 1.0.1
Requires at least: 6.8
Tested up to: 6.7
Requires PHP: 7.4
WC requires at least: 9.6.0
WC tested up to: 10.0.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: groceria
Tags: e-commerce, block-patterns, block-styles, editor-style, full-site-editing, full-width-template

 * Woo: 18734005874287:28b3f58378ad729ea778274152e04ab2

*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
 a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
 h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}