@charset "UTF-8";

@font-face {
  font-family: "ditty-news-ticker";
  src:url("fonts/ditty-news-ticker.css");
  src:url("fonts/ditty-news-ticker.css") format("embedded-opentype"),
    url("fonts/ditty-news-ticker.css") format("woff"),
    url("fonts/ditty-news-ticker.css") format("truetype"),
    url("fonts/ditty-news-ticker.css") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "ditty-news-ticker" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="mtphr-dnt-icon-"]:before,
[class*=" mtphr-dnt-icon-"]:before {
  font-family: "ditty-news-ticker" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mtphr-dnt-icon-ticker:before {
  content: "a";
}
.mtphr-dnt-icon-move:before {
  content: "b";
}
.mtphr-dnt-icon-add:before {
  content: "c";
}
.mtphr-dnt-icon-delete:before {
  content: "d";
}
.mtphr-dnt-icon-spinner:before {
  content: "e";
}
