/* Scales the whole UI by increasing the root font-size.
   This plays nicer with Tailwind than a transform: scale(). */
html {
	font-size: 106%;
}

