@font-face {
  font-display: swap;
  font-family: "WendysFresh";
  font-style: normal;
  font-weight: 400 500 600 700 800 900;
  src: url("../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "WendysFresh";
  font-style: normal;
  font-weight: 400 500 600 700 800 900;
  src: url("../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2");
}
.share-row {
  margin-bottom: 55px;
  text-align: center;
}
.share-row h4 {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  color: #3e2723;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

ul.share-icons {
  padding-inline-start: 0;
}
ul.share-icons li {
  display: inline-block;
  font-size: 0;
  margin: 0 11px;
  text-align: center;
}
ul.share-icons li a {
  -webkit-transition: background-color 0.3s;
  background-color: #d0002c;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  transition: background-color 0.3s;
  width: 32px;
}
ul.share-icons li a:hover {
  background-color: #d8565d;
}