/* Minimal self-hosted Font Awesome 6.7.2 subset — only the glyphs this site uses */

@font-face{
  font-family:'FA Brands';font-style:normal;font-weight:400;font-display:block;
  src:url('webfonts/fa-brands-400.woff2') format('woff2');
}
@font-face{
  font-family:'FA Solid';font-style:normal;font-weight:900;font-display:block;
  src:url('webfonts/fa-solid-900.woff2') format('woff2');
}

.fa-b,.fa-s{
  display:inline-block;font-style:normal;font-variant:normal;line-height:1;
  text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
.fa-b{font-family:'FA Brands';font-weight:400}
.fa-s{font-family:'FA Solid';font-weight:900}

/* brands */
.i-instagram::before{content:"\f16d"}
.i-tiktok::before{content:"\e07b"}
.i-facebook::before{content:"\f39e"}

/* solid */
.i-phone::before{content:"\f095"}
.i-pin::before{content:"\f3c5"}
.i-globe::before{content:"\f0ac"}
.i-paw::before{content:"\f1b0"}
.i-utensils::before{content:"\f2e7"}
.i-beer::before{content:"\f0fc"}
.i-clock::before{content:"\f017"}
.i-calendar::before{content:"\f783"}
.i-darts::before{content:"\f140"}
.i-caravan::before{content:"\f8ff"}
.i-tree::before{content:"\f1bb"}
.i-music::before{content:"\f001"}
.i-cocktail::before{content:"\f561"}
.i-wifi::before{content:"\f1eb"}
.i-dog::before{content:"\f6d3"}
.i-users::before{content:"\f0c0"}
.i-camp::before{content:"\f6bb"}
.i-fire::before{content:"\f06d"}
.i-info::before{content:"\f05a"}
