/* ===========================================
   TENANT BRAND SHEET — Clínica Thays Moraes
   Wine + cream + gold. Overrides only the brand block of the --cp-* layer;
   rhythm/scale stay inherited from the design system. These hex values are the
   CLIENT's brand, not Kanowah's — they belong in the per-tenant sheet.
   =========================================== */

:root {
  --cp-bg:              #fffdf8; /* cream */
  --cp-surface:         #f6ece0; /* warm parchment */
  --cp-fg:              #2a1a14; /* near-black brown */
  --cp-fg-muted:        #7a5c4e; /* muted brown */
  --cp-accent:          #7a0e1e; /* deep wine */
  --cp-accent-contrast: #fff7ef; /* cream-on-wine */
  --cp-gold:            #b48a3c; /* warm gold */

  --cp-font-display: var(--p-font-family-serif, Georgia, serif);
  --cp-font-body:    "Helvetica Neue", Arial, sans-serif;
}
