@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(../fonts/lora-latin-ext.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(../fonts/lora-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Lora";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/lora-italic-latin-ext.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Lora";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/lora-italic-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(../fonts/inter-latin-ext.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(../fonts/inter-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Caveat";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/caveat-lettering.woff2) format("woff2");
	unicode-range: U+20, U+27, U+2E, U+53, U+63-65, U+68-69, U+6F, U+72, U+74, U+77, U+7A, U+2019;
}

:root {
	--dk-bg: #FAF7F2;
	--dk-bg-alt: #F7F3EC;
	--dk-surface: #FFFFFF;
	--dk-surface-warm: #FFFDF9;
	--dk-brown: #64371F;
	--dk-brown-600: #6B3A22;
	--dk-brown-500: #704126;
	--dk-brown-hover: #512A18;
	--dk-brown-tint: #F1E8DF;
	--dk-text: #251C18;
	--dk-muted: #70665F;
	--dk-border: #E6DED5;
	--dk-red: #D52B2B;
	--dk-radius-sm: 8px;
	--dk-radius: 10px;
	--dk-radius-lg: 12px;
	--dk-shadow: 0 1px 2px rgb(37 28 24 / .04), 0 2px 8px rgb(37 28 24 / .03);
	--dk-font-serif: "Lora", Georgia, "Times New Roman", serif;
	--dk-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--dk-font-hand: "Caveat", cursive;
	--dk-v1: #E8766B;
	--dk-v2: #5E95D6;
	--dk-v3: #72B36E;
	--dk-v4: #EDC25A;
	--dk-v5: #9D7FCB;
	--dk-v-local: #D9CDBF;
	--dk-v-none: #ECE8E3;
	--dk-sidebar-w: 200px;
	--dk-aside-w: 320px;
	--dk-gutter: 12px;
	--dk-header-h: 56px;
	color-scheme: light;
}

@media (min-width: 960px) {
	:root {
		--dk-gutter: 20px;
		--dk-header-h: 68px;
	}
}

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

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--dk-bg);
	color: var(--dk-text);
	font: 400 0.9375rem/1.5 var(--dk-font-sans);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3 {
	margin: 0 0 0.5em;
	font-family: var(--dk-font-serif);
	font-weight: 700;
	line-height: 1.2;
	color: var(--dk-text);
	text-wrap: balance;
}

h1 { font-size: 1.75rem; }
h2 { font-size: 1.375rem; }
h3 { font-size: 1.125rem; }

h4, h5, h6 {
	margin: 0 0 0.5em;
	font-size: 1rem;
	line-height: 1.3;
}

p, ul, ol, dl, figure, blockquote {
	margin: 0 0 1em;
}

a {
	color: var(--dk-brown);
	text-underline-offset: 0.15em;
}

a:hover {
	color: var(--dk-brown-hover);
}

img, svg, video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

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

button {
	cursor: pointer;
}

kbd {
	font-family: var(--dk-font-sans);
}

[hidden] {
	display: none !important;
}

::selection {
	background: var(--dk-brown-tint);
	color: var(--dk-text);
}

:focus-visible {
	outline: 2px solid var(--dk-brown);
	outline-offset: 2px;
}

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

.dk-skip-link {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1000;
	padding: 8px 14px;
	border-radius: var(--dk-radius-sm);
	background: var(--dk-brown);
	color: var(--dk-surface);
	font-weight: 600;
	text-decoration: none;
	transform: translateY(-200%);
}

.dk-skip-link:focus {
	color: var(--dk-surface);
	transform: none;
}

@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;
	}
}
