/*
	This CSS overrides external.css
	
	Please add new CSS in external.css first and only add overrides in siteexternal.css
	for each deployment. If possible use the variables defined for primary and secondary
	colors as it makes it simpler in the future to modify colors.

*/

:root {
    --primary-color: #89CCA0;
    --primary-color-dark: #00A953;
    --primary-color-light: #C4E3CC;
    --secondary-color: #3B88C8;
    --secondary-color-dark: #0072BC;
    --secondary-light: #BACDE9;
}

/* TODO: Add --footer-background which is what will be set in external.css */
footer {
    background:#0a5;
}

footer,
footer .version,
footer .version-number,
footer .version a,
footer .version a:hover,
footer .pageclass {
    color:white;
}
