/*
Theme Name: NVP Media
Theme URI: https://nvpmedia.de/
Author: FARN
Description: Block-Theme für NVP Media.
Version: 0.1.0
Text Domain: nvp-media
*/

html {
	scroll-behavior: smooth;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a:focus-visible {
	outline: 2px solid var(--wp--preset--color--blue);
	outline-offset: 3px;
}
