@font-face {
    font-family: "MeolyaIcons";
    src: url('/meolya-icons.ttf?5y59xa') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.meolya-icons {
    font-family: "MeolyaIcons";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.meolya-icons [class^="icon-"],
.meolya-icons [class*=" icon-"] {
    font-family: 'MeolyaIcons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-original-logo:before {
    content: "\e900";
}

.icon-modded-logo:before {
    content: "\e901";
    color: #e2781a;
}