/* ui2-fonts.css — UI2 design system fonts.
 *
 * Loaded once per page that opts into UI2 (body class="ui2"). Mirrors the
 * exact font stack from the design mockup at /tmp/rankinglocal-ui2/styles.css.
 *
 * Fonts:
 *   - Instrument Serif: display + italic-em accent (replaces Fraunces in
 *     UI2 design language; lighter optical weight)
 *   - Geist: body sans
 *   - JetBrains Mono: mono labels, eyebrow, code
 *   - Caveat: hand-note treatment (rare; only on /app pages with
 *     "↑ Goal X" annotations)
 *
 * font-display: swap is implicit via Google Fonts' &display=swap.
 */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Geist:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Caveat:wght@500;700&display=swap");
