/* 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.0.5 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; }