.koboIcon{
	display:inline-block;

	width:1em;
	height:1em;

	vertical-align:-0.125em;
	flex:0 0 auto;
	overflow:visible;

	fill:none;
	stroke:currentColor;
	stroke-width:1.8;
	stroke-linecap:round;
	stroke-linejoin:round;

	color:inherit;

	transition:
		color .25s ease,
		stroke .25s ease,
		fill .25s ease;
}

.koboIconFill{
	fill:currentColor;
	stroke:none;
}

/* Sizes */

.koboIconXS{font-size:12px;}
.koboIconSM{font-size:14px;}
.koboIconMD{font-size:18px;}
.koboIconLG{font-size:24px;}
.koboIconXL{font-size:32px;}
.koboIconXXL{font-size:48px;}

/* Helpers */

.koboIconButton{
	display:inline-flex;
	align-items:center;
	gap:.5rem;
}

.koboIconOnly{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}