/* icons from: https://fontawesome.com/v6/icons?o=r&m=free*/
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./webfonts/fa-solid-900.woff2") format("woff2"), url("./webfonts/fa-solid-900.ttf") format("truetype");
}


.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Free', serif;
  font-weight: 900;
}


.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-eye:before {
  content: "\f06e";
}
