/* FAMILY: TRADE & EMERGENCY SERVICES (plumbing, HVAC, electrical, pest
   control, handyman) — confident, professional, phone-CTA-forward. Sharper
   corners, solid buttons, a split hero with a decorative service-icon
   panel. Palette is injected per-business via inline :root override below
   this comment (see website-generate.js). */
:root {
  --font-heading: "Manrope", "Segoe UI", Arial, sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --hero-pattern-opacity: 0.05;
}
.btn {
  border-radius: var(--radius-sm);
  letter-spacing: 0.01em;
}
.hero h1 {
  letter-spacing: -0.01em;
}
.section-title {
  letter-spacing: -0.01em;
}
