/*!
 *  royfam icon font. 
 */

@font-face {
  font-display: swap;
  font-family: "royfam";
  font-style: normal;
  font-weight: normal;
  src: 
  local('royfam'),  
  url("../royfam-font/royfam.woff2") format("woff2"), 
  url("../royfam-font/royfam.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}

[class="icon"], [class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  font-family: "royfam" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-can-maple:before {
  content: "\e000";
}

.icon-fb:before {
  content: "\e001";
}

.icon-the-x:before {
  content: "\e002";
}

.icon-whatsapp:before {
  content: "\e003";
}

.icon-appt:before {
  content: "\e004";
}

.icon-call-now:before {
  content: "\e005";
}

.icon-gmail:before {
  content: "\e006";
}

.icon-locator:before {
  content: "\e007";
}

.icon-ig:before {
  content: "\e008";
}

.icon-voice-message:before {
  content: "\e009";
}
