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

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

.heart .path1:before {
  content: "\e900";
  color: rgb(10, 12, 15);
}
.heart .path2:before {
  content: "\e901";
  margin-left: -1.1318359375em;
  color: rgb(10, 12, 15);
}
.heart .path3:before {
  content: "\e902";
  margin-left: -1.1318359375em;
  color: rgb(254, 255, 255);
}
