html,
body {
	display: flex;
	flex-grow: 1;
	min-height: 100%;
	margin: 0;
	scroll-behavior: smooth;
	color: var(--color-invert-component-tr-20);

	--dropdown-z-index: 1000;
}

* {
	-webkit-tap-highlight-color: transparent;
}

html.dark {
	--skeleton-opacity: 0.1;
}

.hidden {
	display: none;
}
