:root {
  --primary-color: #e1004f;
  --secondary-color: #b4003f;
}

html.template2, html.template3 {
	--primary-color: #e1004f;
	--secondary-color: #b4003f;
	--tertiary-color: #ebebeb;
	--quaternary-color: #e1004f; /* sidebar headings + hover accent*/
	--quinary-color: #ebebeb; /*light gray*/
	
	--pp-agenda-heading-background-color: var(--quaternary-color);
	--pp-agenda-background-color: var(--quinary-color);
	
	--sidebar-hover-color: #59a30a; /* default = quaternary */
	
	--text-color: #000;
	--menu-color: #fff;
	
	--debatrijk-logo-filter: none;
}