:root {
  --brand-accent: #f2bc09;
  --brand-accent-soft: rgba(242, 188, 9, 0.15);
  --brand-bg: #f7f7f5;
  --brand-surface: #ffffff;
  --brand-text: #0a0a0a;
  --brand-muted: #5c5c58;
  --brand-border: #e8e8e4;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --site-font-size-base: 16px;
  --site-heading-h1: 2rem;
  --site-heading-h2: 1.5rem;
  --site-heading-h3: 1.15rem;
  --site-button-font-size: 0.9rem;
}
html { font-size: var(--site-font-size-base); }
.page-header h1, .public-brand span { font-size: var(--site-heading-h1); }
.public-section__title, .page-banner__title { font-size: var(--site-heading-h2); }
.listing-card h3, .contact-info-card h2 { font-size: var(--site-heading-h3); }
.btn { font-size: var(--site-button-font-size); }