/* 
 * BSWA Icons v 0.1
 * Made by iNibbana.com
 * MIT License
 */

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

.bswa-logo:before {
  font-family: "bswa-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.bswa-logo:before { content: "\0061"; }
