/* =============================================================
   FONTS - TEMPORARY: Google Fonts CDN.

   >>> REVERT BEFORE PRODUCTION <<<
   Project rule / SSD §03 requires self-hosted fonts (no third-
   party CDN in production). This CDN setup is a deliberate
   temporary measure to unblock development while the local
   woff2 files are sorted. To revert: replace the @import below
   with the self-hosted @font-face blocks (see git history of
   this file) and drop the woff2 files into /public/assets/fonts/.

   Brand typefaces (ops-console-brand.html):
     - Libre Baskerville  -> --ofc-display  (400, 700 - not variable on GF)
     - Manrope            -> --ofc-sans     (variable 200-800)
     - JetBrains Mono     -> --ofc-mono     (variable 400-700)
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Manrope:wght@200..800&family=JetBrains+Mono:wght@400..700&display=swap');
