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

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

.sof-icon-loader:before {
  content: "\e90a";
}
.sof-icon-loader-alternate:before {
  content: "\e90b";
}
.sof-icon-qr-code:before {
  content: "\e909";
}
.sof-icon-arrow-down:before {
  content: "\e900";
}
.sof-icon-arrow-left:before {
  content: "\e901";
}
.sof-icon-arrow-right:before {
  content: "\e902";
}
.sof-icon-arrow-up:before {
  content: "\e903";
}
.sof-icon-caret-down:before {
  content: "\e904";
}
.sof-icon-caret-left:before {
  content: "\e905";
}
.sof-icon-caret-right:before {
  content: "\e906";
}
.sof-icon-caret-up:before {
  content: "\e907";
}
.sof-icon-exclamation:before {
  content: "\e908";
}
