/*
Theme Name:   Höbel Automobile
Theme URI:    https://hoebel-automobile.de
Description:  Child-Theme für Höbel Automobile GmbH auf Basis von Twenty Twenty-Five. Block-Theme, keine Page-Builder-Abhängigkeit.
Author:       iG Marketing
Version:      1.0.0
Requires at least: 6.7
Requires PHP: 8.1
Template:     twentytwentyfive
Text Domain:  hoebel
*/

/* Gestaltung liegt in theme.json. Hier nur, was sich dort nicht ausdrücken lässt. */

/* Schriften sollen beim Laden nicht springen. */
body {
	font-synthesis-weight: none;
}

/* Fokus sichtbar halten — das Blau hat gegen Weiß genug Kontrast. */
:where(a, button, input, select, textarea):focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 2px;
}
