/* Fonts — restored to Google Fonts CDN (working, CORS-compatible) after a self-hosting attempt failed:
   the CMS media library (cms.birkly.cloud) does not send the CORS headers cross-origin font
   loading requires, so fonts served from there were silently rejected by every browser and
   fell back to generic system fonts across the whole site. This file is imported by every page
   via <link rel="stylesheet" href="self-hosted-fonts.css">, so restoring it here fixes every
   page in one edit without needing to touch each HTML file again. */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Source+Serif+4:ital,opsz,wght@0,8..60,300..700;1,8..60,300..700&family=IBM+Plex+Mono:wght@400;500&display=swap');
