@font-face {
  font-family: 'Fortellar-Heart-Icons';
  src:  url('fonts/Fortellar-Heart-Icons.eot?qcpn0m');
  src:  url('fonts/Fortellar-Heart-Icons.eot?qcpn0m#iefix') format('embedded-opentype'),
    url('fonts/Fortellar-Heart-Icons.ttf?qcpn0m') format('truetype'),
    url('fonts/Fortellar-Heart-Icons.woff?qcpn0m') format('woff'),
    url('fonts/Fortellar-Heart-Icons.svg?qcpn0m#Fortellar-Heart-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Fortellar-Heart-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;
}

.icon-Fortellar-Heart:before {
  content: "\e900";
  color: #006be6;
}
.icon-Fortellar-Up:before {
  content: "\e901";
  color: #006be6;
}
.icon-Fortellar-Right:before {
  content: "\e902";
  color: #006be6;
}
