/*
 * Brand palette.
 *
 * These custom properties are the single source of truth for brand colors across every page.
 * Loaded early in the layout, so they can be overridden by:
 *   - the domain's ThemeCss (DomainProfiles -> ThemeCss), for shared pages, and
 *   - a page-level theme file, for pages that always belong to one experience.
 *
 * Defaults below are the marketplace (Bibia247) palette.
 */

:root {
    --brand-primary: #c45c26;
    --brand-primary-hover: #a94a1e;
    --brand-on-primary: #ffffff;
    --brand-page-bg: #c45c26;
}
