:root {
	--medicore-bg: #eef9f7;
	--medicore-surface: #ffffff;
	--medicore-border: #cfe3e0;
	--medicore-text: #4b6a7c;
	--medicore-text-strong: #243b4a;
	--medicore-primary: #2a5674;
	--medicore-primary-hover: #1f3b59;
	--medicore-accent: #79bbc3;
	--medicore-accent-strong: #599bae;
	--medicore-soft: #d1eeea;
	--medicore-muted: #a1d7d6;

	--theme-color-bg_color: var(--medicore-bg);
	--theme-color-bd_color: var(--medicore-border);
	--theme-color-text: var(--medicore-text);
	--theme-color-text_dark: var(--medicore-text-strong);
	--theme-color-text_light: var(--medicore-muted);
	--theme-color-text_link: var(--medicore-primary);
	--theme-color-text_hover: var(--medicore-primary-hover);
	--theme-color-text_link2: var(--medicore-accent);
	--theme-color-text_hover2: var(--medicore-accent-strong);
	--theme-color-alter_bg_color: var(--medicore-surface);
	--theme-color-alter_bd_color: var(--medicore-border);
	--theme-color-alter_text: var(--medicore-text);
	--theme-color-alter_dark: var(--medicore-text-strong);
	--theme-color-alter_link: var(--medicore-primary);
	--theme-color-alter_hover: var(--medicore-primary-hover);
}
