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

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

.hmorris-icon-minus:before {
  content: "\e901";
}
.hmorris-icon-plus:before {
  content: "\e90d";
}
.hmorris-icon-map-marker:before {
  content: "\e947";
}
.hmorris-icon-arrow-down:before {
  content: "\e902";
}
.hmorris-icon-facebook:before {
  content: "\e903";
}
.hmorris-icon-arrow-left:before {
  content: "\e904";
}
.hmorris-icon-arrow-right:before {
  content: "\e905";
}
.hmorris-icon-arrow-up:before {
  content: "\e906";
}
.hmorris-icon-download:before {
  content: "\e907";
}
.hmorris-icon-long-arrow-right:before {
  content: "\e908";
}
.hmorris-icon-search:before {
  content: "\e909";
}
.hmorris-icon-tribute:before {
  content: "\e90a";
}
.hmorris-icon-upcoming-funerals:before {
  content: "\e90b";
}
.hmorris-icon-logo:before {
  content: "\e90c";
}
.hmorris-icon-download-pdf-button:before {
  content: "\e900";
}
