	
/* 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: Riese + Müller */

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

	:root 	{
		--color-brand-dark:	rgba(207,173,73,1);	/* YELLOW/BROWN */
		--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(207,173,73,0.15);	/* YELLOW/BROWN LIGHT */
		--color-brand-secondary-dark:	rgba(6,169,168,1);	/* LOOPS default  */
		--color-brand-secondary-light:	rgba(3,241,227,1);	/* LOOPS default  */

		--font-family-base:	"Roboto", sans-serif;
		}

	@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);
		}
	h2	{	/* house colour for h2 */ 
		color:	var(--color-brand-dark);
		}

		}



	@media print	{

		}
