/*
Theme Name: SEO-Werbung
Theme URI: https://seo-werbung.de/
Author: SEO-Werbung
Author URI: https://seo-werbung.de/
Description: Eigenständiges, schlankes Block-Theme für die fachliche Website von SEO-Werbung.
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seo-werbung
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, editor-style, featured-images, wide-blocks, translation-ready
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	min-height: 100vh;
}

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

button,
input,
select,
textarea {
	font: inherit;
}

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid var(--wp--preset--color--software);
	outline-offset: 3px;
}

::selection {
	color: var(--wp--preset--color--surface);
	background: var(--wp--preset--color--primary-dark);
}
