/* stylelint-disable */
@font-face {
	font-family: 'icomoon';
	src:  url('wcc-icons/icomoon.eot?8w70ex');
	src:  url('wcc-icons/icomoon.eot?8w70ex#iefix') format('embedded-opentype'),
		url('wcc-icons/icomoon.ttf?8w70ex') format('truetype'),
		url('wcc-icons/icomoon.woff?8w70ex') format('woff'),
		url('wcc-icons/icomoon.svg?8w70ex#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icon-uniform-logo:before {
  content: "\e901";
}
.icon-canvas-logo:before {
  content: "\e900";
}
