:root {
    --black: #1b1819;
	--darkblack: #000000;
	--grey: #767676;
	--lightgrey: #b8b7b7;
	--whitegrey: #f0f0f0;
	--white: #ffffff;

    --primary: #00a9e3;
	--dark-primary: #001463;
	--transparent: rgba(255,255,255,0);
	--warning: red;
	
    --transition: all .2s ease-in-out;

    --font-family-title: 'P22 Mackinac', sans-serif;
    --font-family: 'General Sans', sans-serif;

	font-size: 14px;

}

@media(min-width: 992px) {
	:root {
		font-size: 16px;
	}
}