:root {
	/* Space */
	--space-xs: 3px;
	--space-s: 6px;
	--space-m: 12px;
	--space-l: 24px;
	--space-xl: 48px;
	--space-xxl: 96px;

	/* Colors */
	--color-gray-lightest: #f2f2ef;
	--color-gray-lighter: #ddd;
	--color-gray-light: #888;
	--color-gray: #666;
	--color-gray-dark: #444;
	--color-gray-darker: #323232;
	--color-gray-darkest: #212121;
	--color-red: #ee352a;
	--color-red-dark: #ce241a;
	--color-red-darker: #b01f17;
	--color-red-darkest: #861710;
	--color-blue: #3561aa;
	--color-blue-dark: #375688;
	--color-blue-darkest: #1b2337;
	--color-turquoise: #015AAA;
	--color-turquoise-dark: #276a5b;
	--color-grayish-blue: #6796a2;
	--color-yellow: fF5b944;
	--color-white: #fff;
/*	--color-primary: var(--color-turquoise);
	--color-primary-dark: var(--color-turquoise-dark);
	--color-secondary: var(--color-blue);
	--color-secondary-dark: var(--color-blue-dark);*/

	--button-contrast-background: #000;
	--button-contrast-hover-background: #fff;
	--button-contrast-color: #fff;
	--button-contrast-hover-color: #000;

/*	--button-primary-color: #fff;
	--button-primary-hover-color: #fff;
	--button-secondary-color: var(--button-primary-color);
	--button-secondary-hover-color: var(--button-primary-hover-color);*/

	--nav-color: var(--color-gray-darker);
	--nav-color-hover: var(--color-gray-darker);
	--secondary-nav-color: var(--color-gray-dark);
	--secondary-nav-color-hover: var(--color-gray-darker);
	--sub-nav-color: var(--color-gray-darkest);

	/* Font */
	--font-color: var(--color-gray-darker);
	--font-sz1: 400 12px/1.4 'Roboto Condensed', sans-serif;
	--font-sz2: 400 14px/1.4 'Roboto Condensed', sans-serif;
	--font-sz2_5: 400 15px/1.4 'Roboto', sans-serif;
	--font-sz3: 400 16px/1.4 'Roboto Condensed', sans-serif;
	--font-sz4: 400 18px/1.4 'Roboto Condensed', sans-serif;
	--font-sz5: 400 24px/1.4 'Roboto Condensed', sans-serif;
	--font-sz6: 400 30px/1.4 'Roboto Condensed', sans-serif;
	--font-sz7: 400 42px/1.4 'Roboto Condensed', sans-serif;
	--font-sz8: 400 60px/1.4 'Roboto Condensed', sans-serif;
	--font-sz1-200: 200 12px/1.4 'Roboto Condensed', sans-serif;
	--font-sz2-200: 200 14px/1.4 'Roboto Condensed', sans-serif;
	--font-sz2_5-200: 200 15px/1.4 'Roboto', sans-serif;
	--font-sz3-200: 200 16px/1.4 'Roboto Condensed', sans-serif;
	--font-sz4-200: 200 18px/1.4 'Roboto Condensed', sans-serif;
	--font-sz5-200: 200 24px/1.4 'Roboto Condensed', sans-serif;
	--font-sz6-200: 200 30px/1.4 'Roboto Condensed', sans-serif;
	--font-sz7-200: 200 42px/1.4 'Roboto Condensed', sans-serif;
	--font-sz8-200: 200 60px/1.4 'Roboto Condensed', sans-serif;
	--font-sz1-600: 600 12px/1.4 'Roboto Condensed', sans-serif;
	--font-sz2-600: 600 14px/1.4 'Roboto Condensed', sans-serif;
	--font-sz3-600: 600 16px/1.4 'Roboto Condensed', sans-serif;
	--font-sz4-600: 600 18px/1.4 'Roboto Condensed', sans-serif;
	--font-sz5-600: 600 24px/1.4 'Roboto Condensed', sans-serif;
	--font-sz6-600: 600 30px/1.4 'Roboto Condensed', sans-serif;
	--font-sz7-600: 600 42px/1.4 'Roboto Condensed', sans-serif;
	--font-sz8-600: 600 60px/1.4 'Roboto Condensed', sans-serif;
}
