/* CourtReady — type faces
   Per explicit direction: use the closest quality Google Fonts equivalents rather
   than waiting on Apple's proprietary binaries.
   - Inter stands in for SF Pro (sans / UI face).
   - EB Garamond stands in for New York (serif / editorial face).
   - Roboto Mono stands in for SF Mono (overlines, IDs, timestamps).
   All three ship as real webfont files via Google Fonts — no missing-binary flag. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=EB+Garamond:wght@400;500;600;700&family=Roboto+Mono:wght@400;500;600;700&display=swap');
