/* Carvalho Fazendas: the original green / gold palette, strong type and soft surfaces. */
:root[data-brand="carvalho"], body.management {
  --brand-dark-rgb: 27 42 47; /* #1B2A2F */
  --brand-primary-rgb: 46 74 79; /* #2E4A4F */
  --brand-accent-rgb: 197 160 101; /* #C5A065 */
  --brand-light-rgb: 245 247 245; /* #F5F7F5 */
  --color-muted: #5b6866;
  --color-accent-ink: #806239; /* Accessible gold on light surfaces. */
  --color-contact: #187b45;
  --color-on-accent: #1B2A2F;
  --font-heading: 'Montserrat', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-label: 'Montserrat', system-ui, sans-serif;
  --heading-weight: 700;
  --radius-card: 16px;
  --radius-button: 999px;
  --radius-photo: 16px;
  --hero-position: 58% center;
}
