
/* 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: MOON by simaudio */

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

	:root	{
		/* MOON colours? 🧐 */
		--color-brand-dark:	rgb(20,20,20);
		--color-brand-dark-2:	rgb(20,20,20);
		--color-brand-dark-3:	rgb(20,20,20);
		--color-brand-light:	rgb(200,200,200);
		--color-brand-secondary-dark:	rgb(20,20,20);
		--color-brand-secondary-light:	rgb(200,200,200);

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

	body	{
		font-weight:	200;
		font-style:	normal;
		}
	body h1,
	body h2,
	p#title
		{
		font-family:	"Playfair Display",serif;
		font-weight:	300;
		font-style:	normal;
		}
	
	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;
		}
	dt,
	p#title,
	strong	{
		font-weight:	700;
		}

		}



	@media print	{
	
	body	{
		font-family:	"Noto Sans","Helvetica Neue","Helvetica",sans-serif;
		font-size:	10pt;
		font-style:	normal;
		font-weight:	200;
		}
	body h1,
	body h2,
	p#title
		{
		font-family:	"Playfair Display",serif;
		font-weight:	300;
		font-style:	normal;
		}
	
		}
