:root {
	color-scheme: light;
}

body {
	margin: 0;
}

.web-root-container {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	/* https://base-ui.com/react/overview/quick-start#set-up-portals */
	isolation: isolate;
}
