@font-face {
  font-family: IcoMoon;
  src: url(./fonts/icomoon.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  display: swap;
}

@font-face {
  font-family: fsIcomoon;
  src: url(./fonts/fsmoon.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  display: swap;
}

.icomoon{
    font-family: IcoMoon;
    font-weight: 400;
    font-style: normal;
}

.fsIcomoon{
    font-family: fsIcomoon;
    font-weight: 400;
    font-style: normal;
}