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

.Calcite{
	display: inline-block;
	font: normal normal normal 14px/1 Calcite;
	font-size: inherit;
	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
