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

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

.sbb-webicon-phone:before {
  content: "\e900";
}
.sbb-webicon-phone-alt:before {
  content: "\e901";
}
.sbb-webicon-iphone:before {
  content: "\e902";
}
.sbb-webicon-mail:before {
  content: "\e903";
}
.sbb-webicon-left:before {
  content: "\e904";
}
.sbb-webicon-right:before {
  content: "\e905";
}
.sbb-webicon-check:before {
  content: "\e906";
}
.sbb-webicon-check-alt:before {
  content: "\e907";
}
.sbb-webicon-map:before {
  content: "\e908";
}
.sbb-webicon-map-alt:before {
  content: "\e909";
}
