/**
 * Material Design Icons for Wfi/wfi2026 auth pages.
 * styles-m.css (which included this font) is removed from the theme.
 * Field label icons in custom-login.css rely on font-family: "Material Design Icons".
 */

@font-face {
    font-family: "Material Design Icons";
    src: url("../../fonts/materialdesignicons-webfont.eot?v=1.4.57");
    src: url("../../fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"),
         url("../../fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"),
         url("../../fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"),
         url("../../fonts/materialdesignicons-webfont.ttf?v=1.4.57") format("truetype"),
         url("../../fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.ic {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ic-2x {
    font-size: 2em;
}

.ic-3x {
    font-size: 3em;
}

[class*="mdi-"]:before {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-family: "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.mdi-arrow-right-bold-circle-outline:before {
    content: "\f152";
}

/* Auth form primary button icon */
.custom-login .action.primary .ic {
    font-size: 18px;
    margin-left: 6px;
    vertical-align: middle;
    line-height: 1;
}
