:root {
	--Icon-font: inherit;
	--Icon-font-size: 1.5em;
	--Icon-small-font-size: 1em;
}

.Icon {
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	font-size: var(--Icon-font-size);
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	word-wrap: normal;
	white-space: nowrap;
	background: transparent;
}

.Icon:before {
	display: inline-block;
	font-family: var(--Icon-font);
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.Icon--small {
	font-size: var(--Icon-small-font-size);
}
