:root {
	color-scheme: light dark;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		sans-serif;
	color: light-dark(#343434, #efefec);
	background-color: light-dark(#efedea, #212121);
}

#nojs {
	display: none;
}

#not-found {
	display: none;

	flex-direction: column;
	gap: 1rem;
}
