/******/
/*** GLOBAL ***/
/******/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	background: var(--color-black);
}

body {
	margin: 0;
	overflow-x: clip;
	background: var(--color-cream);
	color: var(--color-black);
}

body.menu-open {
	overflow: hidden;
}

main,
section,
footer,
header {
	width: 100%;
}

figure,
blockquote,
p,
h1,
h2,
h3,
h4,
ul,
ol {
	margin-block: 0;
}

img,
svg {
	display: block;
	max-width: 100%;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul,
ol {
	padding-inline-start: 1.125rem;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.14em;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 0.1875rem solid currentColor;
	outline-offset: 0.1875rem;
}

.top-anchor {
	position: absolute;
	top: 0;
	left: 0;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 0.5rem;
	left: 0.5rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	white-space: normal;
	background: var(--color-cream);
	color: var(--color-black);
	z-index: 100000;
}

.rich-text > * + * {
	margin-top: 1.25em;
}

