/*
Theme Name: Spiderwares
Author: Spiderwares Team
Author URI: https://spiderwares.com
Theme URI: https://spiderwares.com
Tags: full-site-editing, block-patterns, modern
Text Domain: spiderwares
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.8.2
Version: 1.0.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;
}

/* Custom Spiderwares Styles */
.wp-block-navigation .wp-block-navigation-item__content {
	font-weight: 500;
}

.wp-block-site-title a {
	text-decoration: none;
	color: inherit;
}

.wp-block-site-title a:hover {
	color: var(--wp--preset--color--primary);
}

/* Footer Background Color Support */
.site-footer.footer-style-four {
	background-color: #16140c;
}

.spiderwares-honeypot {
    position: absolute !important;
    left: -9999px !important;
    visibility: hidden !important;
}


