:root {
	color-scheme: light dark;
	font-family: system-ui, sans-serif;
}

body {
	margin: 0;
	background: canvas;
	color: canvastext;
}

.topbar {
	padding: 1rem 1.5rem;
	border-bottom: 1px solid color-mix(in srgb, canvastext 15%, transparent);
}

.brand {
	font-weight: 600;
	text-decoration: none;
	color: inherit;
}

main {
	max-width: 640px;
	margin: 2rem auto;
	padding: 0 1.5rem;
}

.card {
	border: 1px solid color-mix(in srgb, canvastext 15%, transparent);
	border-radius: 8px;
	padding: 1.5rem;
}

.store-list .empty {
	opacity: 0.7;
}
