@font-face {
  font-family: 'B1';
  src:
    url("") format('truetype'),
    url("") format('woff'),
    url("") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.b1i-horn:before {
  content: "\e91d";
}
.b1i-check:before {
  content: "\e91c";
}
.b1i-check-outline:before {
  content: "\e91a";
}
.b1i-error:before {
  content: "\e91b";
}
.b1i-check-circle:before {
  content: "\e919";
}
.b1i-pointer-down:before {
  content: "\e917";
}
.b1i-social-github:before {
  content: "\e918";
}
.b1i-spinner:before {
  content: "\e916";
}
.b1i-plus:before {
  content: "\e915";
}
.b1i-chevron-up:before {
  content: "\e910";
}
.b1i-chevron-left:before {
  content: "\e911";
}
.b1i-chevron-right:before {
  content: "\e912";
}
.b1i-chevron-down:before {
  content: "\e913";
}
.b1i-close:before {
  content: "\e914";
}
.b1i-dot:before {
  content: "\e90f";
}
.b1i-social-facebook:before {
  content: "\e909";
}
.b1i-social-instagram:before {
  content: "\e90a";
}
.b1i-social-linkedin:before {
  content: "\e90b";
}
.b1i-social-medium:before {
  content: "\e90c";
}
.b1i-social-twitter:before {
  content: "\e90d";
}
.b1i-social-youtube:before {
  content: "\e90e";
}
.b1i-arrow-down:before {
  content: "\e900";
}
.b1i-arrow-left:before {
  content: "\e901";
}
.b1i-arrow-up:before {
  content: "\e902";
}
.b1i-arrow-right:before {
  content: "\e903";
}
.b1i-search:before {
  content: "\e904";
}
.b1i-arrow-down-left:before {
  content: "\e905";
}
.b1i-arrow-down-right:before {
  content: "\e906";
}
.b1i-arrow-up-left:before {
  content: "\e907";
}
.b1i-arrow-up-right:before {
  content: "\e908";
}



/* Modifiers */

i {
    position: relative;
}

.b1i-spin {
    animation: b1i-spin 2s linear infinite;
}

@keyframes b1i-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
    }
}

.b1i-circle {
    font-weight: 700;
    display: inline-block;
}

.b1i-circle:after {
    content: '';
    height: 3em;
    width: 3em;
    display: block;
    border-radius: 50%;
    text-align: center;
    border: 1px solid;
}

.b1i-circle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
