/* Normalise SVG */

path,
line,
polygon,
rect,
circle,
ellipse,
text {
	vector-effect: non-scaling-stroke;
}
