:root {
	/* Light grey colors ==> */
	--color-text-light: #A4A6A8;		/* Sub elements text color like product description in the tab view */
	--color-text-main: #333333; 		/* Main text color color */
	--color-text-dark: #010101; 		/* Used on overlayed images  */

	/* Dark grey colors ==> */
	--color-background-light: #F2F2F2;	/* Background of headlines  */
	--color-background-main: #DBDBDB;		
	--color-background-dark: #787878; 	/* Middle of greyscale range, Borders, Icons, placeholder color  */

	/* Brand colors ==> */
	--color-blue-light: #08A5DB;
	--color-blue-main-light: #0D5789;
	--color-blue-main-dark: #0A4975;
	--color-blue-dark: #002947;

	/* Brand colors ==> */
	--color-blue-light-hover: #067499;
	--color-blue-dark-hover: #001D32;
	
	/* Other variables ==> */
	--font-familiy: 'Montserrat';
}
