﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root
{
	--primary: #192044;
	--primary-light: #052FB2;
	--secondary: #3f7cfc;
	--tertiary: #FFC200;
	--quaternary: #011c79;
	--quaternaryLight: #1429AE;
	--secondary-medium: #e4f6ff;
	--secondary-light: #65c3fd;
	--secondary-pale: #e4f6ff;
	--white: #ffffff;
	--black: #000000;
	--light-gray: #f0f0f0;
	--base-em: 12;
	--base-em-m: 14;
	--base-em-l: --base-em + 2;
	--base-em-xl: --base-em + 5;
	--xs: '479px';
	--s: '480px';
	--m: '768px';
	--l: '960px';
	--xl: '1200px';
	--xxl: '1420px';
	--full-grid: true;
	--automargin: false;
}

html, body
{
	font-family: "Mohr", Helvetica, Arial, sans-serif;
}

a, a:hover
{
	text-decoration: none;
}

/*//     Utility   //*/
.spacer
{
	height: 1em;
}
