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

/*
	Hack to get fontawesome v6 icons working for annotation icons rendered using html2canvas.
	It appears html2canvas doesn't support woff2 fonts
	TODO: maybe upgrade html2canvas? We're on 1.0.0-rc.3, the latest version is 1.4.1
*/
@font-face {
	font-family: "fontawesome-solid-classic-truetype";
	src: url("fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}

.html2canvas-font-awesome > .fa-solid {
	font-family: "fontawesome-solid-classic-truetype";
}

@font-face {
  font-family: "Everett Regular";
  src: url("fonts/Everett-Regular.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Everett Medium";
  src: url("fonts/Everett-Medium.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/IBMPlexSans-Regular.ttf") format('opentype');
  font-weight: 400
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/IBMPlexSans-SemiBold.ttf") format('opentype');
  font-weight: 600
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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;
}

.icon-conductor:before {
	content: "\e600";
}
.icon-gclearance:before {
	content: "\e601";
}
.icon-joint:before {
	content: "\e602";
}
.icon-map:before {
	content: "\e603";
}
.icon-mountain:before {
	content: "\e604";
}
.icon-pan:before {
	content: "\e605";
}
.icon-pole:before {
	content: "\e606";
}
.icon-scissors:before {
	content: "\e607";
}
.icon-select:before {
	content: "\e608";
}
.icon-slice:before {
	content: "\e609";
}
