/************************************************************************************/
/*
/* scuba o-rings theme colours
/*
/* https://www.realtimecolors.com/?colors=09131f-f3f6fb-4279c7-e0d796-6fd470&fonts=Inter-Inter
/*
/************************************************************************************/

:root {

	/* theme colours */

	--text: 		#09131f;
	--background: 	#f3f6fb;
	--primary: 		#4279c7;
	--secondary: 	#e0d796;
	--accent: 		#6fd470;
  

  
}



