/*
Theme Name: SMT
Theme URI: https://stefanthamm.com/
Author: Stefan Thamm
Description: Ein bewusst minimales WordPress-Block-Theme als saubere Grundlage für eine eigene Website.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: smt
*/

/* Nur Regeln, die sich in theme.json nicht sinnvoll ausdrücken lassen. */

html {
	scroll-behavior: smooth;
}

body {
	text-wrap: pretty;
}

a {
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.15em;
}

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

:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
