/* Loaded independently of the React bundle. Keeps the mount point tidy
   before/while the app hydrates. */
#rtsm-app:empty::before {
	content: 'Loading Stock Manager…';
	display: block;
	padding: 40px 0;
	color: #646970;
}
