
/* About this style sheet */

/* Style sheet type: SIDECAR-VARIABLES */

/* 9to5 Media Services */

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

/* Brand: 9to5 Media Services */

/* This file holds the colour overrides for the 9to5 BRAND site(s), namely 9to5.de + 9to5.services */

/* Last edit: 2025-11-27 */

	:root	{
		--color-brand-dark:	rgba(11,8,68,1);	/* 9to5 default  */
		--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(237,237,244,1);	/* 9to5 default  */
		--color-brand-secondary-dark:	rgba(7,147,209,1);	/* 9TO5 SERVICES BLUE DARK */
		--color-brand-secondary-light:	rgba(4,214,255,1);	/* 9TO5 SERVICES BLUE LIGHT */
		}

	@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);
		}

		}
