/* Self-hosted Noto Sans (variable font, latin subset).
   Replaces Google Fonts so the admin shell has no external font dependency.
   Source: fonts.googleapis.com css2 query, weights 400/500/600/700. */
@font-face {
    font-family: 'Noto Sans';
    font-style:  normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url('./noto-sans-latin-variable.woff2') format('woff2-variations'),
         url('./noto-sans-latin-variable.woff2') format('woff2');
}
