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

}

[data-icon]:before {
  font-family: "casino" !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;
}

.blackjack:before, .dice:before, .machine:before, .key:before, .chip:before, .roulette:before{
  font-family: "casino" !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;
}


.blackjack:before {
  content: "a";
}

.dice:before {
  content: "b";
}

.machine:before {
  content: "c";
}

.key:before {
  content: "d";
}

.chip:before {
  content: "e";
}

.roulette:before {
  content: "f";
}