/**
 * SVG
 */

/* stylelint-disable selector-max-type */
/* Exception for svg elements */
svg {
	display: block;
	fill: transparent;
	stroke: transparent;
}
/* stylelint-enable selector-max-type */
