/* ============================================================
   Font Awesome Free 6.5.1 — self-hosted subset
   Only the icons this site uses are declared here:
     fa-instagram, fa-line (brands)  ·  fa-phone, fa-envelope (solid)
   To add another icon, copy its ".fa-xxx:before{content:"\fxxx"}" line
   from the official all.css and, if it is a "regular" icon, add the
   fa-regular-400.woff2 font as well.
   ============================================================ */
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../font/fa-brands-400.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../font/fa-solid-900.woff2) format("woff2")}

.fa,.fa-brands,.fa-solid,.fab,.fas{-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}
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}
.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}
.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}

.fa-instagram:before{content:"\f16d"}
.fa-line:before{content:"\f3c0"}
.fa-phone:before{content:"\f095"}
.fa-envelope:before{content:"\f0e0"}
