/*
Theme Name: Macnoc WP Theme
Author: 
Author URI: 
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: macnoc-wp-theme
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) {}

@media (prefers-color-scheme: dark) {
  :root {


  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.m-social li{
  border-radius: 0 !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--preset--spacing--60);
}