:root {
  --primary-color: #004d93;
  --secondary-color: #de7c00;
}

.document-type-tiles a.document-type-questions { background-color: #041c37; }
.document-type-tiles a.document-type-rib { background-color: #b86700; }
.document-type-tiles a.document-type-received { background-color: #8dafd2; }

html.template2, html.template3 {
	--primary-color: #004d93;
	--secondary-color: #de7c00;
	--tertiary-color: #f5f6fa;
	--quaternary-color: #004d93; /* sidebar headings + hover accent*/
	--quinary-color: #e4ebf2; /*light gray*/
	
	--pp-agenda-heading-background-color: var(--quaternary-color);
	--pp-agenda-background-color: var(--quinary-color);
	
	/*--sidebar-hover-color: #f27a00; /* default = quaternary */
	
	--text-color: #000;
	--menu-color: #fff;
	
	/*--debatrijk-logo-filter: invert(100%);*/
	--debatrijk-logo-filter: none;
}