/*
 * Google Fonts: DM Mono + Inter
 *
 * Decoupled from Vue component style blocks so it doesn't leak into the
 * global _slug_.*.css bundle via Vite CSS bundling (which made the fonts
 * render-blocking for every SEO V4 page — see docs/2026-04-13_RCA_seo-v4-cwv-regression.md).
 *
 * Only load this file on pages that actually render one of the components
 * that need these fonts:
 *   - ContentJourneyProof.vue
 *   - ContextStudioHeroViz.vue
 *
 * Usage from markdown frontmatter (or Astro page `pageProps`):
 *   styles:
 *     - id: fonts-context-studio
 *       href: /css/fonts-context-studio.css
 *
 * `HeadTags.astro` renders every entry in `styles` as a
 * <link rel="stylesheet" id="{id}" href="{href}" /> tag.
 */

@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Inter:wght@400;500;600;700&display=swap");
