
/* 9to5 Media Services */

/* Brand-specific supplemental CSS file with overrides and exceptions from 9to5.css */

/* Brand: Wilesco */

/* Last edit: 2024-07-07 */

	:root 	{
		--color-brand-dark:	rgba(254,1,3,1);	/* STRONG RED */
		--color-brand-dark-2:	rgba(44,44,102,1);	/* 9to5 default  */
		--color-brand-dark-3:	rgba(68,68,127,1);	/* 9to5 default  */
		--color-brand-light:	rgba(240,230,230,1);	/* LIGHT RED / GREY */
		--color-brand-secondary-dark:	rgba(254,1,3,1);	/* STRONG RED */
		--color-brand-secondary-light:	rgba(240,230,230,1);	/* LIGHT RED / GREY */
		}

	@media screen 	{
		
	p#title 	{	/* Default background color for the title in this site or document set */
		background-color:	var(--color-brand-secondary-dark);
		}
	p#title 	{	/* Default color for the title in this site or document set */
		color:	var(--color-brand-secondary-light);
		}
	*	{
		font-family:	Space Grotesk,sans-serif;
		}
	h2	{	/* house colour for h2 */ 
		color:	var(--color-brand-dark);
		}

		}
