@font-face {
    font-family: "musfest-icons";
    src: url("./musfest-icons.woff2?428bdc43266383a210d2372a4ba8dbaf") format("woff2"),
url("./musfest-icons.woff?428bdc43266383a210d2372a4ba8dbaf") format("woff");
}

:root {
    --icon-mf-x: "\f101";
    --icon-mf-user: "\f102";
    --icon-mf-map-marker: "\f103";
    --icon-mf-instagram: "\f104";
    --icon-mf-facebook: "\f105";
    --icon-mf-expand: "\f106";
    --icon-mf-close: "\f107";
    --icon-mf-clock: "\f108";
    --icon-mf-chevron-up: "\f109";
    --icon-mf-chevron-right: "\f10a";
    --icon-mf-chevron-left: "\f10b";
    --icon-mf-chevron-down: "\f10c";
    --icon-mf-calendar: "\f10d";
    --icon-mf-arrow-right: "\f10e";
    --icon-mf-arrow-left: "\f10f";
}

.mf-icon:before {
    font-family: musfest-icons !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;
}

.mf-icon.mf-x:before {
    content: "\f101";
}
.mf-icon.mf-user:before {
    content: "\f102";
}
.mf-icon.mf-map-marker:before {
    content: "\f103";
}
.mf-icon.mf-instagram:before {
    content: "\f104";
}
.mf-icon.mf-facebook:before {
    content: "\f105";
}
.mf-icon.mf-expand:before {
    content: "\f106";
}
.mf-icon.mf-close:before {
    content: "\f107";
}
.mf-icon.mf-clock:before {
    content: "\f108";
}
.mf-icon.mf-chevron-up:before {
    content: "\f109";
}
.mf-icon.mf-chevron-right:before {
    content: "\f10a";
}
.mf-icon.mf-chevron-left:before {
    content: "\f10b";
}
.mf-icon.mf-chevron-down:before {
    content: "\f10c";
}
.mf-icon.mf-calendar:before {
    content: "\f10d";
}
.mf-icon.mf-arrow-right:before {
    content: "\f10e";
}
.mf-icon.mf-arrow-left:before {
    content: "\f10f";
}
