/* ------------------------------------------------------------------
   Coco Beauty Salon — Webfonts

   SF Pro is Apple's proprietary system font and cannot be shipped.
   On Apple platforms, `system-ui` / `-apple-system` resolves to the
   real SF Pro. Everywhere else we fall back to Inter (variable), the
   closest open-source match, loaded from Google Fonts.

   SUBSTITUTION FLAGGED: Inter stands in for SF Pro Display / SF Pro
   Text off-Apple. If you have licensed SF Pro webfont files, drop the
   binaries in assets/fonts/ and replace the @import below with local
   @font-face rules.
------------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
