/*
* === THEME COLORS ===
*/
:root {
	--primary-theme: #00a9bb;
	--secondary-theme: #008da8;
	--primary-accent: #f5c100;
	--primary-cta: #f5c100;
	--primary-cta-hover: #f39e00;
	--dark-background: #008da8;
	--mid-background: #00a9bb;
	--light-background: #cfdee0;
	--dark-text: #35373c;
	--light-text: #cfdee0;

}
