:root {
  --primary-bg-color: green; /* global scope */
}

html {
	font-family: sans-serif;
}

body {
	text-align: center;
}
