/* OpticArchery ships no body-font binaries. The desktop app renders in the
   Windows system faces 'Segoe UI' (UI) and 'Consolas' (numeric / path). On
   the web we fall back to the visitor's own system fonts instead of loading
   Google Fonts, so no visitor IP is sent to Google (GDPR-clean) and there is
   no external dependency. The distinctive display face (Bricolage Grotesque)
   is self-hosted in assets/fonts/bricolage.css. */

:root{
  --font-ui:'Segoe UI',system-ui,-apple-system,sans-serif;
  --font-mono:'Consolas',ui-monospace,monospace;
}
