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

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

.inter-hamburger:before {
  content: "\e900";
}
.inter-user:before {
  content: "\e901";
}
.inter-bag:before {
  content: "\e902";
}
.inter-arrow-left:before {
  content: "\e903";
}
.inter-arrow-right:before {
  content: "\e904";
}
.inter-chevron-left:before {
  content: "\e905";
}
.inter-chevron-right:before {
  content: "\e906";
}
.inter-plus:before {
  content: "\e907";
}
.inter-minus:before {
  content: "\e908";
}
.inter-sparkle:before {
  content: "\e909";
}
