
/* Custom color variables */
:root {
	--color-key: #3f66c6;
	--color-gradient: #6289e9;
	--color-link: #3f66c6;
	--color-menulink: #fff;
	--color-title: #ff0000;

	--metric-logo-photo-margin: 0px;
	--metric-logo-font-size: 60px;
	--metric-logo-line-height: 65px;
}

/* Custom CSS for site below this line */
body {
  font-weight: normal;
  color: #000;
}

.site-masthead-meta {
  white-space: pre-wrap !important;
}