/*!
 * Font Awesome Pro 6.5.2 subset for Lantheus theme.
 * Derived from Font Awesome Pro - https://fontawesome.com (Commercial License)
 *
 * Replaces fontawesome.min.css + all.min.css to reduce render-blocking CSS.
 * Includes only the 4 style variants and 9 icons used by theme templates.
 *
 * Variants: solid (900), regular (400), light (300), brands (400).
 * Icons:    xmark, magnifying-glass, arrow-left, arrow-right, arrow-up-right,
 *           lock-keyhole, circle-xmark, bars, linkedin, chevron-down.
 *
 * To add a new icon: add the class in templates, then add a corresponding
 * `.fa-<name>:before{content:"\<codepoint>"}` rule below. Look up codepoints at
 * https://fontawesome.com/icons.
 */
:host,:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Pro";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Pro";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}
@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../webfonts/fa-light-300.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2")}
.fa,.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fa,.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light{font-family:"Font Awesome 6 Pro"}
.fab,.fa-brands{font-family:"Font Awesome 6 Brands"}
.fa,.fas,.fa-solid{font-weight:900}
.far,.fa-regular{font-weight:400}
.fal,.fa-light{font-weight:300}
.fa-xmark:before{content:"\f00d"}
.fa-magnifying-glass:before{content:"\f002"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up-right:before{content:"\e09f"}
.fa-lock-keyhole:before{content:"\f30d"}
.fa-circle-xmark:before{content:"\f057"}
.fa-bars:before{content:"\f0c9"}
.fa-chevron-down:before{content:"\f078"}
.fa-linkedin:before{content:"\f08c"}
