@font-face {
    font-family: "magic-font";
    src: url("/assets/magic-font-931f7064.eot?4f7270845f6d9f381e887a8029274dec#iefix") format("embedded-opentype"),
url("/assets/magic-font-b003d852.woff2?4f7270845f6d9f381e887a8029274dec") format("woff2"),
url("/assets/magic-font-7b11206e.woff?4f7270845f6d9f381e887a8029274dec") format("woff");
}

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

.icon-playing-card:before {
    content: "\f101";
}
.icon-mana-black:before {
    content: "\f102";
}
.icon-cards:before {
    content: "\f103";
}
.icon-card-untap:before {
    content: "\f104";
}
.icon-card-tap:before {
    content: "\f105";
}
.icon-card-hand:before {
    content: "\f106";
}
.icon-card-flip:before {
    content: "\f107";
}
.icon-card-draw:before {
    content: "\f108";
}
.icon-card-draw-7:before {
    content: "\f109";
}
