.composer--publisher > .primary {
	font-weight: bold;
}

  [data-color-scheme="dark"], html:not([data-color-scheme]) {
    --color-bg-brand-base: #d24600;
    --color-bg-brand-base-hover: #ff7028;
    --color-text-brand: #bca498;
    --color-border-brand: #bca498; /* Muted Rust */
    --color-bg-brand-soft: #7b3306;
    --color-bg-brand-softest: #301101;
    --color-border-brand-soft: #7d3404;
  }

  [data-color-scheme="light"] {
    --color-bg-brand-base: #d24600;
    --color-bg-brand-base-hover: #ff7028;
    --color-text-brand: #d24600;
    --color-border-brand: #d24600;
    --color-bg-brand-soft: #fef3c6;
    --color-bg-brand-softest: #fffbeb;
    --color-border-brand-soft: #febe85;
  }

