@font-face {
  font-family: 'custom-font';
  src:  url('../../../fonts/icomoon.eot');
  src:url('../../../fonts/icomoon.ttf') format('truetype'),
    url('../../../fonts/icomoon.woff') format('woff'),
    url('../../../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.custom-font{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom-font';
  speak: never;
  font-style: normal;
  font-weight:400;
  font-variant: normal;
  text-transform: none;
  font-size: 30px !important;


  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* .aparat .path1:before {
  content: "\e900";

  color: rgb(38, 50, 56);

}
.aparat .path2:before {
  content: "\e901";
  margin-left: -1em;

  color: rgb(233, 30, 99);

} */


  .aparat-new .path1:before {
    content: "\e900";
  }
  .aparat-new .path2:before {
    content: "\e901";
    margin-left: -1em;
  }

.aparat .path1:before {
    content: "\e900";
    color: rgb( 233, 30, 99);
  }
.aparat .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(38, 50, 56);
  }
 
