/* AWSSAT KERNEL — brand typefaces, self-hosted
 *
 * Mada                 headings, Arabic          weights 600–800 per the identity
 * IBM Plex Sans Arabic body copy, Arabic
 * Sora                 Latin words and the lockup
 * IBM Plex Mono        versions, regions, numerals, section numbers
 *
 * All four are SIL Open Font License 1.1. Files live beside this one, one
 * directory per family, split by weight and subset so a page downloads only
 * the faces it actually renders.
 *
 * Bahij TheSansArabic is the retired face from the previous site and is loaded
 * separately where legacy views still ask for it.
 */

@import url("/fonts/Mada/font.css");
@import url("/fonts/IBM_Plex_Sans_Arabic/font.css");
@import url("/fonts/Sora/font.css");
@import url("/fonts/IBM_Plex_Mono/font.css");

:root {
    --font-heading: "Mada", "IBM Plex Sans Arabic", system-ui, sans-serif;
    --font-body: "IBM Plex Sans Arabic", "Mada", system-ui, sans-serif;
    --font-latin: "Sora", "IBM Plex Sans Arabic", system-ui, sans-serif;
    --font-mono: "IBM Plex Mono", "IBM Plex Sans Arabic", ui-monospace, "SFMono-Regular", monospace;
}
