/* Blossom ships no custom typeface — every screen uses the platform UI font.
   This declares the Apple system face by NAME only (local(), no binary): on
   Apple hardware it resolves to the installed face, everywhere else the
   stack in --font-ui falls through to Segoe UI / Roboto as it should.
   Nothing is downloaded, and no substitute family is introduced. */
@font-face{font-family:"SF Pro Text";font-style:normal;font-weight:400 700;src:local("SF Pro Text"),local("SFProText-Regular"),local("-apple-system")}
