@font-face {
  font-family: 'kiwi';
  src:
    url('./kiwi.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.kiwi-logo:before {
  content: "\e900";
}