@charset 'utf-8';
@use '../global' as *;

/* SVG Icons
---------------------------------------------*/
.apura-icon {
	display: inline-flex;
	width: 1em;
	height: 1em;
	line-height: 1;
	> svg {
		width: 100%;
		height: auto;
	}
}
