/* Elements, Attributes */

body {
	background-color: var(--app-color-background);
	color: var(--app-color-text);
	font-family: var(--app-font-family);
	font-size: var(--app-font-size-base);
	font-weight: var(--app-font-weight);
	line-height: 1.25;
	overflow-x: hidden;
}

/* Media Queries */

/* Smartphones, Touchscreens */
@media (hover: none) and (pointer: coarse), (hover: none) and (pointer: fine), (hover: hover) and (pointer: coarse) {
	body.debug-mode {
		overflow-y: auto;
	}
}
