/* Casual image-copy deterrence. It intentionally leaves pointer events intact. */
:where(img, picture, svg, canvas, video[poster]):not([data-no-image-protection], [data-no-image-protection] *) {
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
	user-select: none;
}
