:root { --black: #202020; --darkgrey: #2B2B2B; --lightgrey:#EAEAEA; --white: #F4F4F4; --red: #A50034; /* 207 C */ --yellow: #FFA400; /* 137 C */ --green: #00965E; /* 340 C */ --blue: #006BA6; /* 307 C */ --backgroundColour0:var(--black); --backgroundColour1:var(--darkgrey); --foregroundColour: var(--white); --colour: var(--red); --minimumPageWidth:12rem; --maximumPageWidth:52rem; font-family:"Liberation Serif","serif"; font-size: calc(1000mm / 1728 * 8); } * { margin: 0; padding:0; } body { background-color:var(--backgroundColour0); color: var(--foregroundColour); }