/*
Theme Name: TestDrive AI
Theme URI: https://example.com/
Author: ChatGPT
Author URI: https://example.com/
Description: Custom theme for TestDrive AI landing pages (Home, Platform, Market, Roadmap, Contact) with auto page creation on activation.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: testdrive-ai
*/

/* Basic theme styling (most styling comes from Tailwind CDN in templates) */
:root {
  --td-zinc-900:#18181B;
}
body { margin:0; }
