/*! Font Awesome 6.5.2 subset — only icons used by Molfarka front */
.fa,.fa-solid,.fa-regular,.fas,.far {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-solid,.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fa-regular,.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa-spin {
  animation: fa-spin 1s linear infinite;
}
@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fonts/fa/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fa/fa-regular-400.woff2") format("woff2");
}
.fa-wand-sparkles:before{content:"\f72b";}
.fa-xmark:before{content:"\f00d";}
.fa-hat-wizard:before{content:"\f6e8";}
.fa-wand-magic-sparkles:before{content:"\e2ca";}
.fa-spinner:before{content:"\f110";}
.fa-chevron-right:before{content:"\f054";}
.fa-video:before{content:"\f03d";}
.fa-play:before{content:"\f04b";}
.fa-layer-group:before{content:"\f5fd";}
.fa-hand:before{content:"\f256";}
.fa-star:before{content:"\f005";}
.fa-hashtag:before{content:"\23";}
.fa-location-dot:before{content:"\f3c5";}
.fa-circle-info:before{content:"\f05a";}
.fa-star-of-david:before{content:"\f69a";}
.fa-moon:before{content:"\f186";}
.fa-link:before{content:"\f0c1";}
.fa-check:before{content:"\f00c";}
.fa-circle-question:before{content:"\f059";}
.fa-user:before{content:"\f007";}
.fa-comment-dots:before{content:"\f4ad";}
.fa-calendar:before{content:"\f133";}
.fa-clock:before{content:"\f017";}
.fa-copy:before{content:"\f0c5";}
