@font-face {
  font-family: 'labud';
  src:
    url('fonts/labud.ttf?yahxpa') format('truetype'),
    url('fonts/labud.woff?yahxpa') format('woff'),
    url('fonts/labud.svg?yahxpa#labud') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.labud-icon-bottom-pointer:before {
  content: "\e905";
}
.labud-icon-close:before {
  content: "\e906";
}
.labud-icon-right-arrow-slim:before {
  content: "\e904";
}
.labud-icon-right-arrow:before {
  content: "\e903";
}
.labud-icon-search:before {
  content: "\e900";
}
.labud-icon-logo:before {
  content: "\e901";
}
.labud-icon-logo-v2:before {
  content: "\e902";
}
