/* Accessibility */

*[tabindex] {
	/* remove outline in case dom has tabindex attribute */
	outline: none;
	/* remove tap highlight in case dom has tabindex attribute */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

