/* Minimal Regular */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  /* Optional if you build subsets */
  /* unicode-range: U+0000-00FF;  */
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-italic.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "custom-font";
  src: url("/wp-content/themes/belzerowski.1.0/public/fonts/custom-font.eot?7g7lvp");
  src: url("/wp-content/themes/belzerowski.1.0/public/fonts/custom-font.eot?7g7lvp#iefix") format("embedded-opentype"), url("/wp-content/themes/belzerowski.1.0/public/fonts/custom-font.woff?7g7lvp") format("woff"), url("/wp-content/themes/belzerowski.1.0/public/fonts/custom-font.svg?7g7lvp#custom-font") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
[class^=fa-], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "custom-font" !important;
  speak: none;
  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;
}

.fa-mail:before {
  content: "\e900";
}

.fa-map-marker:before {
  content: "\e901";
}

.fa-phone:before {
  content: "\e902";
}
