/*
 * Compatibility utilities for brand tokens that used to be provided by the
 * Tailwind CDN config. Kept small so production can drop the CDN without a
 * live asset rebuild.
 */
.bg-brand-light { background-color: #f3eddf; }
.bg-brand-bg { background-color: #f3eddf; }
.bg-brand-bg\/40 { background-color: rgba(243, 237, 223, 0.4); }
.bg-brand-bg\/60 { background-color: rgba(243, 237, 223, 0.6); }
.border-brand-line { border-color: #d9cda9; }
.text-brand-muted { color: #6d766f; }
