/*
 * Discourage casual downloading of public artwork without changing how
 * images are exposed to crawlers, assistive technology or social previews.
 */
html:not(.wp-toolbar) img,
html:not(.wp-toolbar) picture,
html:not(.wp-toolbar) [style*="background-image"] {
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
	user-select: none;
}
