/* stylelint-disable selector-class-pattern */

:root {
	--font-display: 'Geologica', sans-serif;
	--font-sans: 'Geologica', sans-serif;
	--font-mono: monospace;
}

body:not(.wp-admin),
body.block-editor-iframe__body,
.editor-visual-editor :where(.editor-styles-wrapper) {
	font-size: clamp(1rem, calc(1.145vw * 2 - (22px)), 1rem);
	font-family: var(--font-sans);
	font-synthesis: none;
	letter-spacing: -0.03em;
	color: hsl(var(--fg-1));
	line-height: 1.2;
	font-weight: 400;
}

[data-text-clip-reveal] [data-word] {
	padding-block: 0.1em;
	margin-block: -0.1em;
	padding-inline: 0.1em;
	margin-inline: -0.1em;
}
