/* ═════════════════════════════════════════════════════════════════
   Fonts — PRPOL

   Roboto Mono is loaded from Google Fonts (link in index.html).
   Custom properties defined here are consumed by other stylesheets
   so the font stack is managed in one place.
   ═════════════════════════════════════════════════════════════════ */

:root {
    --font-nav: "Roboto Mono", "Cascadia Code", "Fira Code", "JetBrains Mono",
                "Source Code Pro", "Consolas", "Courier New", monospace;
}
