/**
 * Theme Name:     wittenberg
 * Author:         Hans-Jürgen Herbst
 * Template:       twentytwentyfive
 * Text Domain:	   wittenberg
 * Description:    Child Theme of twenty twenty five
 * Author URI:     https://website-tutor.com/
 */


/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 0px !important;
	outline-style: none !important;
}

:where(.wp-site-blocks) > * {
	margin-block-start: 0 !important;
}