/**
 * Tipografia — Korolev Compressed (Adobe Fonts / Typekit)
 */

:root {
	--fd-font-family: "korolev-compressed", sans-serif;
	--fcf-font-display: var(--fd-font-family);
	--theme-font-family: var(--fd-font-family);
	--theme-button-font-family: var(--fd-font-family);
	--theme-form-font-family: var(--fd-font-family);
}

body {
	font-family: var(--fd-font-family);
}
