:root {
	--ink: #603813;
	--deep: #000000;
	--cream: #f6f1ec;
	--sand: #f6f1ec;
	--moss: #4a1b22;
	--line: rgba(96, 56, 19, 0.25);
	--serif: 'Instrument Serif', Georgia, serif;
	--brand: 'Copperplate Gothic Bold', 'Copperplate Gothic', Georgia, serif;
	--sans: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	--header-height: 76px;
	--max-content: 1320px;
	--page-pad: clamp(1.5rem, 4vw, 4rem);
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--cream);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 15px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

a {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, figure {
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.f23master-skip-link {
	position: fixed;
	top: -5rem;
	left: 1rem;
	background: var(--cream);
	color: var(--ink);
	padding: 0.7rem 1rem;
	z-index: 999;
}

.f23master-skip-link:focus {
	top: 1rem;
}
