/*
 * Bari brand stylesheet (bari.com — education / institution SaaS).
 *
 * Palette locked at Phase 0 (see Docs/design/FRONTEND_STANDARD.md):
 *   primary   #1e3d59  deep navy
 *   secondary #17b978  emerald
 *   accent    #ffc93c  gold
 *   bg        #f5f7fa  premium light
 *
 * Loaded via {% block brand_css %} in templates/products/bari/base.html.
 */
:root {
  --ahruf-primary: #1e3d59;
  --ahruf-secondary: #17b978;
  --ahruf-accent: #ffc93c;
  --ahruf-bg: #f5f7fa;
}

body[data-product="bari"] {
  font-family:
    "IBM Plex Sans Arabic",
    "Cairo",
    system-ui,
    -apple-system,
    sans-serif;
  background-color: var(--ahruf-bg);
}
