/*
Theme Name: RECO Info Guide
Theme URI: https://recoinfoguide.local/
Author: 78 Digital
Author URI: https://78digital.com/
Description: Purpose-built theme that houses the RECO Information Guide application — the public "share" forms, the secure consumer acknowledgement pages, the data layer, and email logging. Admin screens live in the companion plugin "RECO Info Guide Admin". Minimal, clean, and intended to be re-skinned with RECO branding later.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: Proprietary
Text Domain: reco-info-guide
*/

/* This file only carries the required WordPress theme header. The brand
   foundation (fonts, colour tokens, base typography, header + footer) lives in
   assets/css/brand.css, and the application UI in assets/css/public.css — both
   enqueued from functions.php. */

:root {
	/* Content width of the application card; brand tokens are in brand.css. */
	--reco-max-width: 1440px;
	/*was 820px*/
}
