/* application */

	html, body {
		min-height: 100vh;
	}
	body {
		user-select: none;
		background-color: var(--windows-bg-color);
		color: var(--windows-fg-color);
		font-family: sans-serif;
		font-size: 12px;
		line-height: 14px;
	}
	a {
		cursor: pointer;
	}

/* /application */
