@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?tr735x');
    src:    url('../fonts/icomoon.eot?tr735x#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?tr735x') format('truetype'),
        url('../fonts/icomoon.woff?tr735x') format('woff'),
        url('../fonts/icomoon.svg?tr735x#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-adventure-club:before {
    content: "\e900";
}
.icon-basketball:before {
    content: "\e901";
}
.icon-bowling:before {
    content: "\e902";
}
.icon-cornhole:before {
    content: "\e903";
}
.icon-darts:before {
    content: "\e904";
}
.icon-dodgeball:before {
    content: "\e905";
}
.icon-football:before {
    content: "\e906";
}
.icon-foursquare:before {
    content: "\e907";
}
.icon-frisbee:before {
    content: "\e908";
}
.icon-kickball:before {
    content: "\e909";
}
.icon-pool:before {
    content: "\e90a";
}
.icon-soccer:before {
    content: "\e90b";
}
.icon-softball:before {
    content: "\e90c";
}
.icon-volleyball:before {
    content: "\e90d";
}

