/* Self-hosted Noto Sans (latin, variable 400–700) — replaces the render-blocking
   Google Fonts request for tenants whose FontFamily = "Noto Sans". font-display:swap. */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/lib/noto-sans/noto-sans-latin.woff2') format('woff2');
}
