@font-face {
  font-family: 'followme';
  src:  url('fonts/followme.woff?9f0daq') format('woff');
  font-weight: normal;
  font-style: normal;
font-display: swap;	  
}

[class^="followme-icon-"], [class*=" followme-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'followme' !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;
}

.followme-icon-book:before {
  content: "\e900";
}
.followme-icon-calendar:before {
  content: "\e901";
}
.followme-icon-house:before {
  content: "\e902";
}
.followme-icon-people:before {
  content: "\e903";
}
