/*
*/

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-attachment: fixed;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

:root :where(.wp-site-blocks) > * {
	margin-block-start: 0;
}

@supports (min-height: 100dvh) {
	[style*="min-height:100vh"] {
		min-height: calc( 100dvh - var( --wp-admin--admin-bar--height, 0px ) ) !important;
	}
}

/* HELPER CLASSES */

.hide-empty:not( :has( > * ) ) {
	display: none;
}

@media ( max-width: 781px ) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) .hide-when-colums-are-stacked {
		display: none !important;
	}
}


/* TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6,
.has-huge-title-font-size {
	font-feature-settings: 'ss02' on, 'ss03' on;
}

.has-huge-title-font-size {
	letter-spacing: -0.05em;
}

/* TEMPLATE PART: HEADER */

body:not(.editor-styles-wrapper) .vermeer-is-fixed-title-header {
	mix-blend-mode: exclusion;
	position: fixed;
		left: 0;
		right: 0;
		top: var( --wp-admin--admin-bar--height, 0px );
	z-index: 11;
}

/* TEMPLATE PART: FOOTER */

.theme-author-credit a { text-decoration: none; }
.theme-author-credit a:hover { text-decoration: underline; }