@font-face {
  font-family: "uicons-regular-rounded";
  src: url("fonts/uicons-regular-rounded.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "uicons-brands";
  src: url("fonts/uicons-brands.woff2") format("woff2");
  font-display: swap;
}

[class^="fi-"],
[class*=" fi-"] {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="fi-rr-"]::before,
[class*=" fi-rr-"]::before {
  font-family: "uicons-regular-rounded" !important;
  font-weight: normal;
}

[class^="fi-brands-"]::before,
[class*=" fi-brands-"]::before {
  font-family: "uicons-brands" !important;
  font-weight: normal;
}

.fi-rr-angle-left::before { content: "\e08e"; }
.fi-rr-angle-right::before { content: "\e08f"; }
.fi-rr-cross-small::before { content: "\e579"; }
.fi-rr-envelope::before { content: "\e6f1"; }
.fi-brands-github::before { content: "\e8bf"; }
.fi-brands-instagram::before { content: "\ea61"; }
.fi-brands-linkedin::before { content: "\eb54"; }
