/*
 * Dawart brand stylesheet (dawart.com — training / professional development).
 *
 * Palette locked at Phase 0 (see Docs/design/FRONTEND_STANDARD.md):
 *   primary   #4a3f35  deep clay
 *   secondary #d4a373  golden sand
 *   accent    #e07a5f  terracotta
 *
 * Loaded via {% block brand_css %} in templates/products/dawart/base.html.
 */
:root {
  --ahruf-primary: #4a3f35;
  --ahruf-secondary: #d4a373;
  --ahruf-accent: #e07a5f;
  --ahruf-bg: #fdf6ec;
}

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