@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/cdn/shop/files/fa-regular-400.woff2")
      format("woff2"),
    url("/cdn/shop/files/fa-regular-400.woff")
      format("woff");
}

.far {
  font-family: "FontAwesome";
  font-weight: 400;
}
