/*! Minimal Font Awesome 7 subset — solid style, 4 icons (droplet, arrows-rotate,
    scale-balanced, bell). Rules extracted from the FA Pro 7.3.1 package. */
@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2")}
.fa-solid{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-variant:normal;line-height:1;text-align:center;text-rendering:auto;width:1.25em}
.fa-solid:before{content:var(--fa)}
.fa-droplet{--fa:"\f043"}
.fa-arrows-rotate{--fa:"\f021"}
.fa-scale-balanced{--fa:"\f24e"}
.fa-bell{--fa:"\f0f3"}
