<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "nicons";
	src: url('../fonts/nicons.eot');
	src: url('../fonts/nicons.eot?#iefix') format('eot'),
		url('../fonts/nicons.woff2') format('woff2'),
		url('../fonts/nicons.woff') format('woff'),
		url('../fonts/nicons.ttf') format('truetype'),
		url('../fonts/nicons.svg#nicons') format('svg');
}

.nicon:before {
	font-family: nicons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}


.nicon-desktop:before {
	content: "\E001";
}

.nicon-laptop:before {
	content: "\E002";
}

.nicon-mobile-landscape:before {
	content: "\E003";
}

.nicon-mobile-portrait:before {
	content: "\E004";
}

.nicon-mobile-screen-bottom:before {
	content: "\E005";
}

.nicon-mobile-screen-center:before {
	content: "\E006";
}

.nicon-mobile-screen-custom:before {
	content: "\E007";
}

.nicon-mobile-screen-top:before {
	content: "\E008";
}

.nicon-mobile:before {
	content: "\E009";
}

.nicon-phone:before {
	content: "\E00A";
}

.nicon-tablet:before {
	content: "\E00B";
}

.nicon-window:before {
	content: "\E00C";
}</pre></body></html>