/* 2026-09-03 (perf audit item #7): split out of homepage.css so it can
   load non-blocking (preload+onload-swap, see functions.php) instead of
   being discovered by the preload scanner the instant the page's inlined
   critical CSS arrives -- this font is only used below the fold (samples
   panel, price card, counters), never above it. */
@font-face{
  font-family:'Roboto Mono';
  src:url('../fonts/RobotoMono-Medium.woff2') format('woff2');
  font-weight:500;
  font-display:swap;
}
