/**
 * AW Base, client overrides.
 *
 * This file is intentionally empty. It loads last, so it is the one place a
 * per-client visual tweak may live when a design token cannot express it.
 *
 * Rules of the road:
 *   1. Change a token in tokens.css first. Reach for this file only when a
 *      token genuinely cannot do the job.
 *   2. Only the approved selectors below may be targeted. Do not restyle the
 *      internals of an aw-block; that breaks cross-client consistency.
 *   3. Keep every value referencing a token. No raw hex, px, or magic numbers.
 *   4. One short comment per rule explaining why the token system was not
 *      enough.
 *
 * Approved overridable selectors:
 *   .aw-site-header              site header shell
 *   .aw-site-header__inner       header inner container
 *   .aw-site-branding            logo / site title wrapper
 *   .aw-primary-nav              primary navigation list
 *   .aw-site-footer              site footer shell
 *   .aw-site-footer__inner       footer inner container
 *   .aw-footer-nav               footer navigation list
 *   .aw-site-main                main content wrapper
 *   .aw-entry                    single post / page article wrapper
 *   .aw-entry__title             entry title
 *   .aw-skip-link                skip-to-content link
 *
 * Anything not in this list is off limits. If a client needs more, add a token
 * or a variant to aw-blocks instead.
 */
