/* Theme Color CSS  */
:root {
	 /* Background */
	--thm-bg: #005d86;
	--thm-bg-rgb: 0, 93, 134;
	--thm-bg-soft: #f8fafc;
	--thm-bg-soft-rgb: 248, 250, 252;
	--thm-bg-soft-rgba: 0, 93, 134, 0.13;
	--thm-surface: #FFFFFF;
	--thm-surface-rgb: 255, 255, 255;
	
	/* Text */
	--thm-text: #000047; 
	--thm-text-rgb: 0, 0, 71;
	--thm-text-body: #7f7fa3;
	--thm-text-body-rgb: 127, 127, 163;
	--thm-text-muted: #005d86; 
	--thm-text-muted-rgb: 0, 93, 134;
	
	 /* Brand */
	--thm-primary: #005d86;
	--thm-primary-rgb: 0, 93, 134;
	
	 /* Accent */
	--thm-accent: #735D94;
	--thm-accent-rgb: 115, 93, 148;
	--thm-accent-soft: #f3f2f6;
	--thm-accent-soft-rgb: 242, 242, 246;
		
	/* Other */
	--thm-border: #f0f0f0;
	--thm-border-rgb: 240, 240, 240;
}
