@font-face {
	font-family: 'Loggly-Utility-Icons';
	src:url('Loggly-Utility-Icons.eot');
	src:url('Loggly-Utility-Icons.eot?#iefix') format('embedded-opentype'),
		url('Loggly-Utility-Icons.svg#Loggly-Utility-Icons') format('svg'),
		url('Loggly-Utility-Icons.woff') format('woff'),
		url('Loggly-Utility-Icons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Loggly-Utility-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'Loggly-Utility-Icons';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icon-untitled:before {
	content: "\21";
}
.icon-untitled-2:before {
	content: "\22";
}
.icon-untitled-3:before {
	content: "\23";
}
.icon-untitled-4:before {
	content: "\24";
}
.icon-untitled-5:before {
	content: "\25";
}
.icon-untitled-6:before {
	content: "\26";
}
.icon-untitled-7:before {
	content: "\27";
}
.icon-untitled-8:before {
	content: "\28";
}
.icon-plus:before {
	content: "\29";
}
.icon-search:before {
	content: "\2a";
}
.icon-copy:before {
    content: "\e000";
}
