/* Brand design tokens, reverse-engineered from LJHRealtyFrontEnd component
   styles (not centralized there — hardcoded per component). This file is
   the single source of truth for the PHP port; use these variables instead
   of hardcoding hex values in page/component CSS. */

:root {
	--color-brand-red: #ef3f46;      /* CTAs, section accent bars, active nav underline, Contact Us pill */
	--color-cta-yellow: #ffd33d;     /* card "Detail" buttons */
	--color-near-black: #000000;     /* header bar, footer copyright bar */
	--color-dark-panel: #1D1D1F;     /* team section bg, office contact bar */
	--color-dark-panel-alt: rgba(4, 4, 21, 1); /* hero search card, testimonial quote card */
	--color-text-body: #000000;
	--color-text-muted: #666666;
	--color-text-alt: #383838;
	--color-border: #7E8891;

	--font-family-brand: "Poppins", sans-serif;
}
