@font-face {
  font-family: remixicon;
  src: url(../icon-fonts/MyAngelsIcons/ma.woff2) format("woff2");
  font-display: swap;
}

[class*=" ma-"],
[class^=ma-] {
  font-family: remixicon!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -- L'icône ri-arrow-left-s-line -- */
.ma-arrow-left-s-line:before {
  content: "\ea64";
}

.ma-heart-fill:before {
  content: "\ee0e";
}

.ma-more-fill:before {
  content: "\ef78";
}

.ma-eye-line:before {
  content: "\ecb5";
}

.ma-eye-off-line:before {
  content: "\ecb7";
}
