@charset "UTF-8";

@font-face {
    font-family: "mkbh-icons";
    font-display: swap;
    src: url("mkbh-icons.eot");
    src: url("mkbh-icons.eot?#iefix") format("embedded-opentype"),
    url("mkbh-icons.woff") format("woff"),
    url("mkbh-icons.ttf") format("truetype"),
    url("mkbh-icons.svg#mkbh-icons") format("svg");

    font-weight: normal;
    font-style: normal;
}

.mkbh-icon(@icon, @size, @color) {
    font-family: "mkbh-icons", sans-serif !important;
    font-size: @size;
    content: @icon;
    color: @color;
    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;
}

.mkbh-icon-breadcrumb-round:before {
    content: "a";
}

.mkbh-icon-breadcrumb-marker:before {
    content: "b";
}

.mkbh-icon-icon-photo:before {
    content: "c";
}

.mkbh-icon-breadcrumb-delimiter:before {
    content: "d";
}

.mkbh-icon-breadcrumb-round-pencil:before {
    content: "e";
}

.mkbh-icon-icon-item-list-arrow:before {
    content: "f";
}

.mkbh-icon-icon-blockquote:before {
    content: "g";
}

.mkbh-icon-breadcrumb-film:before {
    content: "h";
}

.mkbh-icon-breadcrumb-user:before {
    content: "i";
}

.mkbh-icon-icon-breadcrumb-building:before {
    content: "j";
}

.mkbh-icon-icon-breadcrumb-building-alt:before {
    content: "k";
}

.mkbh-icon-icon-breadcrumb-box:before {
    content: "l";
}

