@font-face {
	font-family: "Icons";
	src: url("./font/icons.eot");
	src: url("./font/icons.eot") format("embedded-opentype"),
		url("./font/icons.woff2") format("woff2"),
		url("./font/icons.woff") format("woff"),
		url("./font/icons.ttf") format("truetype"),
		url("./font/icons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
	font-family: "Icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-group::before { content: "\e81b"; }

.icon-bed::before { content: "\f236"; }

.icon-group-circled::before { content: "\e800"; }
