
/* About this style sheet */

/* Style sheet type: SIDECAR-VARIABLES BRAND-OVERRIDES */

/* 9to5 Media Services */

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

/* Brand: Sennheiser */

/* Last edit: 2025-12-20 */

	:root	{
		--color-brand-dark:	rgba(3,124,194,1);	/* Sennheiser Blue */
		--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(182,219,240,1);	/* Sennheiser blue light */
		--color-brand-secondary-dark:	rgba(3,124,194,1);	/* Sennheiser Blue */
		--color-brand-secondary-light:	rgba(182,219,240,1);	/* Sennheiser blue light */

		--font-family-base:	"Noto Sans", "Helvetica Neue LT", "Helvetica Neue", "Helvetica", sans-serif;
		}
		
	@media screen 	{

	body	{
		background-color:	#000000;
		color:	#f3f3f3;
		}
	
	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:	white;
		}
	*	{
		font-weight:	200;
		}
	dt,
	p#title	{	/* Stronger titles for Noto Sans */
		font-weight:	700;
		}

		}



	@media print	{
		
		}
