/*
 * Per-client brand layer. This file is intentionally empty by default —
 * clients that want a luxury accent color, extra Arabic web font, or other
 * brand-specific tokens ship their own clients/<name>/css/brand.css, which
 * scripts/apply-client-overrides.ps1 copies here at build time, overwriting
 * this placeholder. Clients that don't ship one keep this no-op file, so the
 * <link> in _Layout.cshtml never 404s.
 *
 * Convention (see clients/README.md and clients/alasel/css/brand.css for a
 * worked example):
 *   :root {
 *     --site-accent: #C7A24A;       // used by .accent-divider, badges, etc.
 *     --site-accent-soft: #D4B06A;  // hover / light variant
 *   }
 *   @font-face { font-family: "Cairo"; src: url(...); }
 *   html[lang="ar"] body { font-family: "Cairo", sans-serif; }
 */
