/* /components/verdegris.css — Verdegris brand typography supplement
 * Loaded by verdegris-*.html pages only.
 * Sets the Verdegris mono face (IBM Plex Mono) — not in shared type.css
 * per that file's brand-neutral rules.
 */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap');
:root { --font-mono: 'IBM Plex Mono', ui-monospace, monospace; }
