
/* Global variables
================================================== */

:root {
	--global-color-blue1: #176499;
	--global-color-blue1hover: #184768;
	--global-color-grey1: #a1a1a1;
	--global-color-hoverondark: #cccccc;
	--global-color-red1: #ac202d;

	--global-color-contentgrey1: #f4f4f4;
	--global-color-contentgrey2: #e7e7e7;
}

.font_roboto_condensed { font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif; }
