@font-face {
  font-family: 'hopeandsons-icons';
  src:
    url('fonts/hopeandsons-icons.woff2?8b0wmo') format('woff2'),
    url('fonts/hopeandsons-icons.ttf?8b0wmo') format('truetype'),
    url('fonts/hopeandsons-icons.woff?8b0wmo') format('woff'),
    url('fonts/hopeandsons-icons.svg?8b0wmo#hopeandsons-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="hs-icon-"], [class*=" hs-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hopeandsons-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hs-icon-chevron-left-solid:before {
  content: "\e900";
}
.hs-icon-chevron-right-solid:before {
  content: "\e901";
}
.hs-icon-phone-solid:before {
  content: "\e902";
}
.hs-icon-arrow-down-to-line-solid:before {
  content: "\e903";
}
.hs-icon-circle-chevron-right-light:before {
  content: "\e904";
}
.hs-icon-circle-chevron-left-light:before {
  content: "\e905";
}
.hs-icon-square-facebook:before {
  content: "\e906";
}
.hs-icon-magnifying-glass-solid:before {
  content: "\e907";
}
.hs-icon-plus:before {
  content: "\e908";
}
.hs-icon-minus-solid:before {
  content: "\e909";
}
