/*
Theme Name: NLG Theme
Theme URI: https://example.com/
Author: Nemeth Istvan Akos and Nemeth Abel Adrian
Description: Institutional WordPress block theme for Németh László Gimnázium.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nlg-theme
Tags: full-site-editing, block-patterns, custom-logo, editor-style, featured-images, translation-ready, wide-blocks
*/

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.12em;
}

:where(.wp-site-blocks *:focus) {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figcaption {
	text-wrap: pretty;
}

.wp-site-blocks {
	min-height: 100vh;
}
