/* Self-hosted fonts (mirrored from Google Fonts, 2026-08-05).
 * Licenses: SIL OFL 1.1 (Barlow, IBM Plex Mono, Manrope, Inter, Roboto Mono),
 * Apache 2.0 (Material Symbols). No request leaves papercutai.io for fonts.
 */

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  /* block, not swap: this is a LIGATURE icon font — with swap, the browser
     paints the raw ligature text ("bar_chart") until the file arrives
     (founder-reported flash, 2026-08-09). block renders it invisibly instead.
     index.html also preloads this file so the wait is one RTT, not a cascade. */
  font-display: block;
  src: url(/portal/fonts/material-symbols-outlined-100-700-fallback.woff2) format('woff2');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
