/* Preserve the parent icon glyph map while making its local fonts non-blocking. */
@font-face {
    font-family: "iconfont-modown";
    src: url("../../static/fonts/iconfont.woff2?t=1748162646139") format("woff2"),
         url("../../static/fonts/iconfont.woff?t=1748162646139") format("woff"),
         url("../../static/fonts/iconfont.ttf?t=1748162646139") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "dripicons-v2";
    src: url("../../static/fonts/dripicons-v2.woff") format("woff"),
         url("../../static/fonts/dripicons-v2.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
