/*! modern-normalize v0.6.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
	box-sizing: border-box;
}
:root {
	-moz-tab-size: 4;
	tab-size: 4;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
body {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
hr {
	height: 0;
}
abbr[title] {
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	padding: 0;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}

/* oocss */

.hide {
	display: none;
}

.screen-reader-text,
.visually-hidden {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap; /* added line */
}

.img-cover {
	background-position: center;
	background-size: cover;
}

.masque {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	pointer-events: none;
	z-index: 0 !important;
}

/* wp-blocks */
/*
.wp-block-gallery ul {
	padding: 0;
	margin: 0;
	list-style: none;

	width: 100%;

	display: grid;
	grid-column-gap: 1em;
}
.wp-block-gallery.columns-1 ul {
	grid-template-columns: repeat(1, 1fr);
}
.wp-block-gallery.columns-2 ul {
	grid-template-columns: repeat(2, 1fr);
}
.wp-block-gallery.columns-3 ul {
	grid-template-columns: repeat(3, 1fr);
}
.wp-block-gallery.columns-4 ul {
	grid-template-columns: repeat(4, 1fr);
}
.wp-block-gallery.columns-5 ul {
	grid-template-columns: repeat(5, 1fr);
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	background-color: var(--front);
	width: 100%;
	position: relative;
}
.wp-block-gallery .blocks-gallery-image figure:before,
.wp-block-gallery .blocks-gallery-item figure:before {
	content: "";
	padding-top: 100%;
}
.wp-block-gallery figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	width: 100%;
}

.wp-block-gallery li:before {
	display: none;
} */
