/* Minimal Font Awesome — Solid Icons Only */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fontstyle/fa-solid-900.woff2") format("woff2"),
       url("/fontstyle/fa-solid-900.woff") format("woff");
}

/* Base FA Classes */
.fa, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.fa-shopping-cart:before        { content: "\f07a"; }
.fas.fa-user-edit:before        { content: "\f4ff"; }
.fas.fa-user-shield:before      { content: "\f505"; }
.fas.fa-undo:before             { content: "\f0e2"; }
.fas.fa-file-contract:before    { content: "\f56c"; }
.fas.fa-times:before            { content: "\f00d"; }
.fas.fa-history:before          { content: "\f1da"; }
.fas.fa-sign-out-alt:before     { content: "\f2f5"; }
.fas.fa-shopping-cart:before    { content: "\f07a"; }
.fas.fa-phone:before            { content: "\f095"; }
.fas.fa-location-dot:before     { content: "\f3c5"; }
.fas.fa-star:before            { content: "\f005"; }