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

.icon-sa {
  /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'sa' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 95px;
	color: #1b3764;

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

.icon-icon-digitaldisplay:before {
  content: "\e900";
}
.icon-icon-graphicdesign:before {
  content: "\e901";
}
.icon-icon-purchasing:before {
  content: "\e902";
}
.icon-icon-socialmedia:before {
  content: "\e903";
}
.icon-icon-web:before {
  content: "\e904";
}
