:root {
	--background: rgb(240, 245, 247); /* ??? */
	--primary: rgb(255, 113, 47); /* orange */
	--secondary: rgb(49, 49, 49); /* black */
	--tertiary: rgb(255, 113, 47); /* orange */
	--grey: #7F9094; /* grey */
	--lightgrey: rgb(242, 242, 242); /* light grey */
}

body, table, input, button {
	font-size: 15px;
	font-family: 'Instrument Sans', sans-serif;
}

#banner {
	background: url('/images/banner-NV.png');
	background-repeat: no-repeat;
	background-size: cover;
}