.delim-astro-surface {
	--astro-color-ink: #101417;
	--astro-color-graphite: #1b2227;
	--astro-color-depth: #080b0e;
	--astro-color-paper: #fcfbf7;
	--astro-color-mineral: #f0eee7;
	--astro-color-steel: #aab2b7;
	--astro-color-line: #d7d5cf;
	--astro-color-action: #f68428;
	--astro-color-muted: rgb(16 20 23 / 62%);
	--astro-color-muted-on-dark: #c7cdd0;
	--astro-color-muted-on-light: #4f5b62;
	--astro-color-action-on-light: #8f3900;
	--astro-technical-line: rgb(252 251 247 / 18%);
	--astro-space-2: .5rem;
	--astro-space-3: .75rem;
	--astro-space-4: 1rem;
	--astro-space-6: 1.5rem;
	--astro-space-8: 2rem;
	--astro-space-10: 2.5rem;
	--astro-space-12: 3rem;
	--astro-space-16: 4rem;
	--astro-space-20: 5rem;
	--astro-page-shell: min(105rem, calc(100vw - 6rem));
	--astro-reading-measure: 44rem;
	--astro-shell-gutter: 1rem;
	--astro-section-space: clamp(5rem, 10vw, 10rem);
	--astro-font-sans: "Onest", system-ui, sans-serif;
	--astro-font-mono: "JetBrains Mono", ui-monospace, monospace;
	--astro-ease-standard: cubic-bezier(.22, 1, .36, 1);
	overflow: clip;
	font-family: var(--astro-font-sans);
	color: var(--astro-color-ink);
	background: var(--astro-color-paper);
}

.delim-astro-shell {
	inline-size: var(--astro-page-shell);
	max-inline-size: calc(100% - (2 * var(--astro-shell-gutter)));
	margin-inline: auto !important;
}

@media (min-width: 48rem) {
	.delim-astro-surface {
		--astro-shell-gutter: 2rem;
	}
}

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