:root {
	--theme-colors-primary-25: #f3f8fa;
	--theme-colors-primary-50: #e6f1f4;
	--theme-colors-primary-100: #cee4e9;
	--theme-colors-primary-200: #a9cfd9;
	--theme-colors-primary-300: #82b8c7;
	--theme-colors-primary-400: #5fa6b9;
	--theme-colors-primary-500: #3991a8;
	--theme-colors-primary-600: #097693;
	--theme-colors-primary-700: #105f75;
	--theme-colors-primary-800: #0d5366;
	--theme-colors-primary-900: #0b4757;
	--theme-colors-gray-200: #eaecf0;
	--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);
}
