/*
    Re-declares the montserrat-okta faces from Scripts/okta/7.22.0/okta-sign-in.min.css
    with a corrected descent.

    The shipped font reports a descent of 0.167em, but its underscore is drawn down to
    0.222em below the baseline. Browsers clip <input> text to the font's ascent/descent,
    so an underscore typed into a login field (e.g. first_last@example.com) is invisible.
    Blocks are not clipped, so the same text renders fine outside an input.

    Must load after okta-sign-in.min.css so these faces win.
*/
@font-face {
    font-family: montserrat-okta;
    font-style: normal;
    font-weight: 400;
    descent-override: 25%;
    src: url(../Scripts/okta/font/montserrat-okta-light-webfont.woff) format("woff"),
         url(../Scripts/okta/font/montserrat-okta-light-webfont.ttf) format("truetype");
}

@font-face {
    font-family: montserrat-okta;
    font-style: normal;
    font-weight: 700;
    descent-override: 25%;
    src: url(../Scripts/okta/font/montserrat-okta-regular-webfont.woff) format("woff"),
         url(../Scripts/okta/font/montserrat-okta-regular-webfont.ttf) format("truetype");
}
