/*
Theme Name: Memphoria
Theme URI: https://themeshaper.com/memphoria/
Author: Automattic
Author URI: https://automattic.com/
Description: Memphoria is a blog theme inspired by the '80s Memphis design movement. Step into a world where rules bend, colors clash, and design runs wild.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: memphoria
Tags: blog, one-column, block-styles, featured-images, full-site-editing, rtl-language-support, threaded-comments, translation-ready, wide-blocks

/* Progresive enhancement to reduce widows and orphans. */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
	text-wrap: balance;
}

p {
	text-wrap: pretty;
}

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