/*
Theme Name: Conductor.ng
Theme URI: https://conductor.ng
Author: TechDella
Author URI: https://techdella.com
Description: Official WordPress theme for Conductor.ng, the Lagos car-sharing platform that connects car owners with passengers on the same route. Ships with a built-in CRM that captures every passenger and car-owner signup, contact message and newsletter subscriber, kept cleanly separated in the WordPress admin. The public site is the exact design built in HTML, preserved pixel-for-pixel and served as a self-contained app (self-hosted React, no external CDN).
Version: 1.2.1
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conductor-ng
Tags: business, one-page, custom-colors, translation-ready
*/

/* The public-facing design lives entirely inside the preserved app markup
   (self-contained styles). This file only carries the required theme header
   and a minimal reset so the app owns the full viewport. */
html, body {
  margin: 0;
  padding: 0;
  background: #FDFBF7;
}
* { box-sizing: border-box; }
