:root {
	--theme-font-family-common: metropolis, sans-serif;
	--theme-font-family-headline: Lora, serif;
	--theme-font-size-base: 16px;
	--theme-font-size-l: 18px;
	--theme-font-size-s: 14px;
	--theme-font-size-xs: 13px;
	--theme-font-size-xxs: 12px;
	--theme-font-height-base: 27px;
	--theme-font-height-s: 18px;
	--theme-color-common-bg: #f6f8f8;
	--theme-color-common-neutral_soft: #2b353b;
	--theme-color-common-neutral_medium: #0b0d0f;
	--theme-color-common-neutral_loud: #0b0d0f;
	--theme-color-common-primary_medium: #ffd54f;
	--theme-color-common-primary_medium_hover: #ffd54f;
	--theme-color-common-primary_loud: #000000;
	--theme-color-header-bg: #000000;
	--theme-color-footer-bg: #000000;
	--theme-color-footer-text: #000000;
	--theme-color-footer-headline: #000000;
	--theme-color-footer-link: #ffd54f;
	--theme-color-footer-link-hover: #ffd54f;
	--theme-color-form-fieldset-bg: #5f7581;
	--theme-color-form-fieldset-text: #ffffff;
	--theme-color-form-fieldset-control-border: #5f7581;
	--theme-content-left: 90px;
	--theme-site-header-height-wide: var(--sp10);
}