/* Font Awesome 5 Free — solid subset (13 icons used by PilchuShop) */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.subset.5dd87cafa152.woff2") format('woff2');
}
.fas,.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.fa-angle-double-left::before  { content: "\f100"; }
.fa-angle-double-right::before { content: "\f101"; }
.fa-angle-left::before         { content: "\f104"; }
.fa-angle-right::before        { content: "\f105"; }
.fa-arrow-left::before         { content: "\f060"; }
.fa-cube::before               { content: "\f1b2"; }
.fa-shopping-basket::before    { content: "\f291"; }
.fa-shopping-cart::before      { content: "\f07a"; }
.fa-sign-in-alt::before        { content: "\f2f6"; }
.fa-sign-out-alt::before       { content: "\f2f5"; }
.fa-times-circle::before       { content: "\f057"; }
.fa-user::before               { content: "\f007"; }
.fa-user-plus::before          { content: "\f234"; }
