/*
Theme Name: The Lean CPTO
Theme URI: https://theleancpto.com
Author: The Lean CPTO
Author URI: https://theleancpto.com
Description: A single-page, chat-first landing theme for The Lean CPTO. Pressure-test a startup idea in a 2-minute chat before building anything. Standalone theme (no parent) - the entire front page is self-contained.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lean-cpto
*/

/* All visual styles are scoped and enqueued from front-page.php / functions.php.
   This file exists to satisfy WordPress theme requirements and hold global resets. */

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #0A0C12;
  color: #EDEFF5;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
