/*
Theme Name: De Jager Haarstudio
Theme URI: 
Author: GI Merijn
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: de-jager-haarstudio
Tags: 
*/

html {
  scroll-behavior: smooth;
}

.wp-block-separator.is-style-wide {
  max-width: 100%;
  border-block-start-width: 1.5rem;
  scroll-margin-top: 5rem;
}

#top {
  z-index: 10;
}

:root {
  @media all and (max-width: 750px) {
    --wp--preset--font-size--x-large: 1.5rem;
  }
}

.navigation-wrapper {
  @media all and (max-width: 750px) {
    --wp--preset--font-size--medium: 14px;
  }
}

.content-grid {
  @media all and (max-width: 750px) {
    & > * {
      grid-column: 1 / -1 !important;
    }
  }
}
