/*
Theme Name: Silicia
Author: Jens Drabek
Author URI: 
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: silicia
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover{
	background-color: var(--wp--custom--button-outline-hover-bg) !important; 
	color: var(--wp--custom--button-outline-hover-text) !important;
	border-color: var(--wp--custom--button-outline-hover-border) !important;
}

