/*
 * Marketplace (Bibia247) palette.
 *
 * Linked by pages that always belong to the buyer experience, so they keep marketplace colors even
 * when the request host resolves to a different domain theme (e.g. localhost).
 */

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