/* Flaticon UIcons — regular rounded, subset to the icons Contolino uses
   (receipt, balance-scale-right, handshake). Subset of the full webfont. */
@font-face {
  font-family: "uicons-regular-rounded";
  src: url("/vendor/uicons/uicons-contolino.woff2") format("woff2"),
       url("/vendor/uicons/uicons-contolino.woff") format("woff");
  font-display: swap;
}

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;
}

.fi-rr-receipt:before { content: "\f779"; }
.fi-rr-balance-scale-right:before { content: "\f1b5"; }
.fi-rr-handshake:before { content: "\f572"; }
