@font-face {
	font-family: 'bt-custom-icons';
	src:
		url('fonts/bt-custom-icons.ttf?qp7pw8') format('truetype'),
		url('fonts/bt-custom-icons.woff?qp7pw8') format('woff'),
		url('fonts/bt-custom-icons.svg?qp7pw8#bt-custom-icons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

i.bt-icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'bt-custom-icons' !important;
	speak: never;
	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;
}

.bt-bids:before {
	content: "\e900";
}
.bt-bills-purchase-orders:before {
	content: "\e901";
}
.bt-change-orders:before {
	content: "\e902";
}
.bt-communication:before {
	content: "\e903";
}
.bt-daily-logs:before {
	content: "\e904";
}
.bt-financial:before {
	content: "\e905";
}
.bt-help:before {
	content: "\e906";
}
.bt-lead-opportunities:before {
	content: "\e907";
}
.bt-lead-proposals:before {
	content: "\e908";
}
.bt-manage-subscription:before {
	content: "\e909";
}
.bt-owner-invoices:before {
	content: "\e90a";
}
.bt-project-management:before {
	content: "\e90b";
}
.bt-purchase-orders:before {
	content: "\e90c";
}
.bt-receipts:before {
	content: "\e90d";
}
.bt-sales-process:before {
	content: "\e90e";
}
.bt-schedule:before {
	content: "\e90f";
}
.bt-selections:before {
	content: "\e910";
}
.bt-subs-vendors:before {
	content: "\e911";
}
.bt-surveys:before {
	content: "\e912";
}
.bt-todos:before {
	content: "\e913";
}
.bt-videos:before {
	content: "\e914";
}