/**
  WASM typography: Skia WASM can mis-render Inter from a single variable WOFF2, and relative ./Uno.Fonts.* URLs
  can 404 when hosted under WasmShellWebAppBasePath — producing unreadable glyphs in chrome.

  Typography.xaml uses **system UI fonts first** so text stays readable without any webfonts.

  Optional Inter loads via Google Fonts CSS (HTTPS, correct static subsets per browser; unaffected by GH Pages paths).
*/

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