/* Exact Flaticon UIcons glyphs currently rendered by Falcon. */
@font-face {
  font-family: "uicons-regular-rounded";
  src: url("./uicons-regular-rounded-falcon.woff2") format("woff2");
}

@font-face {
  font-family: "uicons-solid-rounded";
  src: url("./uicons-solid-rounded-falcon.woff2") format("woff2");
}

i[class^="fi-rr-"]::before,
i[class*=" fi-rr-"]::before,
span[class^="fi-rr-"]::before,
span[class*=" fi-rr-"]::before {
  font-family: "uicons-regular-rounded" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i[class^="fi-sr-"]::before,
i[class*=" fi-sr-"]::before,
span[class^="fi-sr-"]::before,
span[class*=" fi-sr-"]::before {
  font-family: "uicons-solid-rounded" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-rr-target::before {
  content: "\f8e4";
}

.fi-sr-minus-circle::before {
  content: "\f681";
}

.fi-sr-skull::before {
  content: "\f819";
}
