/*
Theme Name: MyTheme
Theme URI: 
Author: 
Author URI: 
Description: A minimal black and white WordPress block theme. System fonts, no JavaScript, minimal templates and patterns.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mytheme
Tags: block-theme, minimal, black-and-white, one-column
*/

/* Block theme: most styling lives in theme.json. */
/* Tiny overrides only. */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-underline-offset: 0.2em;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}
