/* rename this and set CUSTOM_CSS_PATH accordingly */

:root {
  --main-color: #000000; /* Basiskleur, meestal zwart / donker */
  --color-title: #000000; /* Primaire klantkleur */
  --color-sec: #212121; /* Secundaire klantkleur*/
  --color-cta: #0ac152; /* primairy action color / approved / ok */
  --color-succes: #0ac152; /* primairy action color / approved / ok */
  --color-warn: #CC0000; /* error / warn */
}

header {
	background-color: rgb(173,130,123);
}

main {
	background-color: rgb(240,233,232);
}

body.home p,h1 {
	margin-bottom: 20px;
}

footer {
	border-top: 20px solid rgb(173,130,123); 
}

.content-part.label,.highlight {
	color:#990000;
	margin-bottom: 20px;
}

.shopsummary {
	background-color: rgb(232,221,219);
}

.container.shopsummary, .container.shopItems .shopitem {
	border-color: rgb(210,209,209);
}