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

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

.bs-icons-architecture:before {
  content: "\e900";
}
.bs-icons-buildings:before {
  content: "\e901";
}
.bs-icons-plan:before {
  content: "\e902";
}
.bs-icons-wooden-house:before {
  content: "\e903";
}
