/*
 * The licensed and system faces from SRS `SVC-PAGE-001`, brought over from the legacy app
 * (`v535-mojarib-legacy/frontend/public/fonts/`).
 *
 * These thirteen families are offered in the Brand Theme picker and the rich-text font menu but
 * are not served by Google Fonts, so nothing loaded them: selecting Dubai or Myriad Arabic looked
 * like it worked and silently fell back. `v535prod` has live settings on them, so the names could
 * not simply be dropped from the list.
 *
 * `Arial`, `Tahoma` and `Verdana` are shipped rather than left to the system on purpose — the SRS
 * lists them in the custom table, and the system copies on non-Windows platforms have poor Arabic
 * coverage, which is the whole reason legacy carried them.
 *
 * Each family keeps its own `style.css` next to its files, exactly as legacy had it, so replacing
 * one font does not mean editing a shared file. Google families are not here; they load from
 * `fonts.googleapis.com` via `@core/lib/font-library`.
 */

@import url('/fonts/adobe-arabic/style.css');
@import url('/fonts/arial/style.css');
@import url('/fonts/cocon-next-arabic/style.css');
@import url('/fonts/din-next-arabic/style.css');
@import url('/fonts/diwani-letter/style.css');
@import url('/fonts/dubai/style.css');
@import url('/fonts/frutiger-arabic/style.css');
@import url('/fonts/ge-ss-unique/style.css');
@import url('/fonts/kawkab-mono/style.css');
@import url('/fonts/kufi-standard-gk/style.css');
@import url('/fonts/myriad-arabic/style.css');
@import url('/fonts/tahoma/style.css');
@import url('/fonts/verdana/style.css');
