:root {
	@include variable(--primary-color, $themeColors);
	@include variable(--secondary-color, $themeColors);
	@include variable(--accent-color, $themeColors);
	@include variable(--highlight-color, $themeColors);
	@include variable(--light-gray-color, $themeColors);
	@include variable(--gray-color, $themeColors);
	@include variable(--dark-gray-color, $themeColors);
	@include variable(--text-color, $themeColors);
	@include variable(--medium-text-color, $themeColors);
	@include variable(--light-text-color, $themeColors);
	@include variable(--link-color, $themeColors);
	@include variable(--link-hover-color, $themeColors);
	@include variable(--button-color, $themeColors);
	@include variable(--button-text-color, $themeColors);
	@include variable(--button-hover-color, $themeColors);
	@include variable(--button-hover-text-color, $themeColors);
	@include variable(--page-background-color, $themeColors);
	@include variable(--page-border-color, $themeColors);
	@include variable(--page-light-bg-color, $themeColors);
	@include variable(--header-background-color, $themeColors);
	@include variable(--header-text-color, $themeColors);
	@include variable(--header-text-hover-color, $themeColors);
	@include variable(--header-border-color, $themeColors);
	@include variable(--title-color, $themeColors);
	@include variable(--title-hover-color, $themeColors);
	@include variable(--footer-background-color, $themeColors);
	@include variable(--footer-text-color, $themeColors);
	@include variable(--footer-link-color, $themeColors);
	@include variable(--footer-link-hover-color, $themeColors);
	@include variable(--footer-border-color, $themeColors);
	@include variable(--text-font, $themeFonts);
	@include variable(--title-font, $themeFonts);
	@include variable(--navi-font, $themeFonts);
	@include variable(--title-font-weight, $fontWeight);
	@include variable(--navi-font-weight, $fontWeight);
	@include variable(--title-text-transform, $textTransform);
	@include variable(--navi-text-transform, $textTransform);
}
