:root {
	--background: rgb(240, 245, 247); /* ??? */
	--primary: rgb(237, 38, 89); /* red */
	--secondary: rgb(0, 153, 203); /* blue */
	--tertiary: rgb(195, 225, 233); /* light blue */
	--grey: #7F9094; /* grey */
	--lightgrey: rgb(242, 242, 242); /* lightgrey */
}

body, table, input, button {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}