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

[class^="db-"], [class*=" db-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family             : 'icomoon' !important;
	speak                   : none;
	font-style              : normal;
	font-weight             : normal;
	font-variant            : normal;
	text-transform          : none;
	line-height             : 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing  : antialiased;
	-moz-osx-font-smoothing : grayscale;
}

.db-layers:before {
	content: "\e90f";
}
.db-link:before {
	content: "\e910";
}
.db-calendar:before {
	content: "\e900";
}
.db-comments:before {
	content: "\e901";
}
.db-dashboard:before {
	content: "\e902";
}
.db-glasses:before {
	content: "\e903";
}
.db-graduation-cap:before {
	content: "\e904";
}
.db-megaphone:before {
	content: "\e905";
}
.db-mobile:before {
	content: "\e906";
}
.db-pencil:before {
	content: "\e907";
}
.db-preview:before {
	content: "\e908";
}
.db-rocket:before {
	content: "\e909";
}
.db-settings:before {
	content: "\e90a";
}
.db-shopping-bag:before {
	content: "\e90b";
}
.db-status-up:before {
	content: "\e90c";
}
.db-user:before {
	content: "\e90d";
}
.db-wand:before {
	content: "\e90e";
}