/* Disable text selection for common elements across the front end. */
html, body, div, p, span, a, img, h1, h2, h3, h4, h5, h6, li, ul, ol, blockquote, figure, figcaption {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
