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

[class^="logo-"], [class*="logo-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "logo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 42px;
  text-transform: none;
  line-height: 1;

  padding-bottom: 18px;

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

.logo-left:before {
  content: "\e900";
}

.logo-right:before {
  content: "\e901";
}
