@font-face {
  font-family: "CsdIcons";
  src: url("./csd-icons.eot");
  src: url("./csd-icons.eot") format("embedded-opentype"),
    url("./csd-icons.woff2") format("woff2"),
    url("./csd-icons.woff") format("woff"),
    url("./csd-icons.ttf") format("truetype"),
    url("./csd-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.csd-icons {
  font-family: "CsdIcons";
  margin-right: 2px;
}

[class^="csd-icon-"]:before,
[class*=" csd-icon-"]:before {
  font-family: "CsdIcons";
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.csd-icon-sol:before {
  content: "\e800";
}
.csd-icon-eth:before {
  content: "\e801";
}
