/*
 * Arabic-capable webfont.
 * Online: Google Fonts serves IBM Plex Sans Arabic.
 * Offline (double-clicked index.html with no network): the @import silently
 * fails and --font-sans falls through to Noto Sans Arabic / Segoe UI / the
 * system UI font, all of which render Arabic. Nothing breaks, only the shape
 * of the letterforms changes, so never judge fine typography offline.
 */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap");
