/* Anxora ships on Apple platforms and uses SF Pro Text + SF Pro Rounded.
   Those are system faces — no binaries exist in the repo and none can be redistributed.
   On Apple hardware the -apple-system stack below resolves to the real thing.
   Everywhere else we fall back to Nunito (rounded display) and Public Sans (text),
   the nearest freely-licensed matches. SUBSTITUTION — see readme.md › Typography. */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Public+Sans:wght@400;500;600;700&display=swap");
