:root {
	--theme-font-family-common: Calibri, 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: #000000;
	--theme-color-common-primary_medium_hover: #000000;
	--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: #000000;
	--theme-color-footer-link-hover: #000000;
	--theme-color-form-fieldset-bg: #42ffe9;
	--theme-color-form-fieldset-text: #ffffff;
	--theme-color-form-fieldset-control-border: #42ffe9;
}