/* FontAwesome subset for elrico.ro — only icons actually used */
:root, :host {
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
:root, :host {
    --fa-style-family-duotone: 'Font Awesome 6 Duotone';
    --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone'; }
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Pro';
    --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro'; }
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Pro';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Pro'; }
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Pro';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Pro'; }
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Pro';
    --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro'; }
.fa,.fab,.fad,.fak,.fal,.far,.fas,.fass,.fasr,.fa-brands,.fa-solid,.fa-regular,.fa-light,.fa-thin,.fa-duotone,.fa-sharp{-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}
.fas:before,.fa-solid:before,.far:before,.fa-regular:before,.fal:before,.fa-light:before,.fat:before,.fa-thin:before,.fa:before{font-family:'Font Awesome 6 Pro';font-weight:900}
.fab:before,.fa-brands:before{font-family:'Font Awesome 6 Brands';font-weight:400}
.fa-solid,.fas{font-family:'Font Awesome 6 Pro';font-weight:900}
.fa-brands,.fab{font-family:'Font Awesome 6 Brands';font-weight:400}
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }
@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }
/* Icon definitions */
.fa-angle-down::before {
    content: "\f107"; }
.fa-angle-right::before {
    content: "\f105"; }
.fa-angle-up::before {
    content: "\f106"; }
.fa-angle-left::before {
    content: "\f104"; }
.fa-arrow-right::before {
    content: "\f061"; }
.fa-bars::before {
    content: "\f0c9"; }
.fa-check::before {
    content: "\f00c"; }
.fa-envelope::before {
    content: "\f0e0"; }
.fa-facebook-f:before {
    content: "\f39e"; }
.fa-instagram:before {
    content: "\f16d"; }
.fa-tiktok:before {
    content: "\e07b"; }
.fa-location-dot::before {
    content: "\f3c5"; }
.fa-phone::before {
    content: "\f095"; }
.fa-phone-volume::before {
    content: "\f2a0"; }
.fa-play::before {
    content: "\f04b"; }
.fa-star::before {
    content: "\f005"; }
.fa-xmark::before {
    content: "\f00d"; }
