/* 3. Generic: Ground zero styles. Low-specificity, far-reaching. Resets, Normalize.css, etc.  */

::selection {
	background-color: var(--color);
	color: var(--color-white);
}

* { /* http://www.paulirish.com/2012/box-sizing-border-box-ftw */
	box-sizing: border-box;
}

a, button, input, select, textarea, label, summary { /* https://adactio.com/journal/10019 */
	touch-action: manipulation;
}

.compact-link {  /* hide compact controls */
	display: none;
}
