:root {
	--theme-colors-primary-25: #f0f3ec;
	--theme-colors-primary-50: #e0e8d8;
	--theme-colors-primary-100: #d1dcc5;
	--theme-colors-primary-200: #b2c59e;
	--theme-colors-primary-300: #93ad77;
	--theme-colors-primary-400: #83a163;
	--theme-colors-primary-500: #749650;
	--theme-colors-primary-600: #648a3c;
	--theme-colors-primary-700: #46612a;
	--theme-colors-primary-800: #32451e;
	--theme-colors-primary-900: #1e2912;
	--theme-colors-gray-200: #eaecf0;
	--theme-colors-gray-300: #d0d5dd;
	--theme-colors-gray-400: #98a2b3;
	--theme-buttons-primary-color: #ffffff;
	--theme-buttons-primary-background-color: var(--theme-colors-primary-700);
	--theme-buttons-primary-border-color: var(--theme-colors-primary-700);
	--theme-buttons-primary-hover-background-color: var(--theme-colors-primary-800);
	--theme-buttons-primary-hover-border-color: var(--theme-colors-primary-800);
	--theme-buttons-primary-focus-background-color: var(--theme-colors-primary-800);
	--theme-buttons-primary-focus-border-color: var(--theme-colors-primary-800);
	--theme-buttons-primary-disabled-color: var(--theme-colors-gray-400);
	--theme-buttons-primary-disabled-background-color: var(--theme-colors-gray-200);
	--theme-buttons-primary-disabled-border-color: var(--theme-colors-gray-200);
	--theme-typography-base-link-color: var(--theme-colors-primary-700);
	--theme-typography-base-link-focus-color: var(--theme-colors-primary-900);
	--theme-typography-base-link-hover-color: var(--theme-colors-primary-900);
	--theme-checkbox-button-selected-background-color: var(--theme-colors-primary-700);
	--theme-checkbox-button-selected-border-color: var(--theme-colors-gray-300);
	--theme-checkbox-button-selected-color: #ffffff;
	--theme-checkbox-button-selected-hover-background-color: var(--theme-colors-primary-800);
	--theme-checkbox-button-selected-focus-background-color: var(--theme-colors-primary-800);
}
