/*!
 * Local fallback for Font Awesome PRO "Duotone" style (.fad / .fa-duotone)
 * True duotone (two-tone/two-layer) icons are NOT included in Font Awesome
 * Free, so this maps them to the Solid (900) weight as a single-color
 * fallback, purely so icons render instead of staying blank.
 * If you own a Font Awesome PRO license/kit, replace this file (and add
 * fa-duotone-900.woff2 / .ttf to ../webfonts/) for the true two-tone effect.
 */
.fad,.fa-duotone{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;font-family:"Font Awesome 6 Free";font-weight:initial}
.fad:before,.fa-duotone:before{content:var(--fa)}
