:root {
    --font-family-primary: 'Open Sans', sans-serif;
    --font-family-secondary: 'Eurostile LT';
	--color-bg-grey: #eef0f4;
	--color-text: #1e1e1e;
	--color-brand: #1b3457;
	--color-brand-lighter: #345078;
	--color-links: var(--color-brand);
	--color-links-lighter: var(--color-brand-lighter);
	--color-btn: var(--color-brand);
	--base-line-height: 1.4;
    --base-font-size: 1.7rem;
    --base-line-height: 1.625;
    --headings-line-height: 1.2;
    --headings-color: #064b7e;
    --wrapper-width: 148rem;
    --wrapper-small-width: 106rem;