/*
Theme Name: MGK Ceramika
Author: Projekt Małgorzaty Kozłowskiej
Description: Techniczny szkielet lekkiego motywu blokowego dla ceramiki Małgorzaty Kozłowskiej. Warstwa wizualna do opracowania w kolejnym etapie.
Version: 0.1.0
Requires at least: 6.6
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mgk-ceramika
Tags: full-site-editing, wide-blocks, e-commerce
*/

/* Neutral technical defaults; the design system will be developed separately. */
.mgk-header,
.mgk-footer,
.mgk-template {
	padding-block: 1.5rem;
}

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.wp-block-post-content {
	overflow-wrap: break-word;
}
