:root {
    /* Primary brand color — orange */
    --fs-ds-theme-primary-accent-color: #f68e0a;
    --fs-ds-theme-primary-accent-color-hover: #d97706;
}

.dashboard-mode {
    /* Embedded checkout (inside WordPress admin) */
    --fs-ds-theme-primary-accent-color: #f68e0a;
    --fs-ds-theme-primary-accent-color-hover: #d97706;
}
