/*
Theme Name: BondSpace
Author: wpeople
Author URI: https://profiles.wordpress.org/wpeople/
Description: BondSpace is a modern Full Site Editing WordPress theme designed for versatility and style. With built-in style variations and seamless editing capabilities, it's perfect for creating dynamic, customized websites effortlessly.
Tags: one-column, custom-menu, custom-logo, full-site-editing, block-patterns, translation-ready, block-styles, style-variations, blog
Text Domain: bondspace
Requires at least: 6.6
Requires PHP: 7.4
Tested up to: 6.7
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Smooth Scroll  */
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-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--base);
}

.has-modal-open .wp-block-navigation-item__content, .has-modal-open .wp-block-navigation__responsive-container-close {
	color: var(--wp--preset--color--base-2) !important;
}

:root :where(.wp-block-navigation) {
	background-color: var(--wp--preset--color--base);
}