/* Resolve legacy icon fonts from the assets that are already shipped with the app. */
@font-face {
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../../avanzuadmintheme/static/prod/fonts/glyphicons-halflings-regular.woff2") format("woff2"),
        url("../../avanzuadmintheme/static/prod/fonts/glyphicons-halflings-regular.woff") format("woff");
}
