@font-face {
    font-family: "Montserrat Fallback";
    src: local("Arial"), local("Helvetica");
    font-style: normal;
    font-weight: 300 700;
    size-adjust: 101.24%;
    ascent-override: 96.8%;
    descent-override: 25.1%;
    line-gap-override: 0%;
}

/*
 * FocusOnNavigate makes the route heading programmatically focusable with
 * tabindex="-1". Keep that focus for assistive technology, but do not draw a
 * browser focus ring on a non-interactive heading. Keyboard-focusable controls
 * retain their normal focus indicators.
 */
h1[tabindex="-1"]:focus {
    outline: none;
    box-shadow: none;
}
