/*
Theme Name: CloseOutFlow
Theme URI: https://closeoutflow.com
Author: CloseOutFlow
Author URI: https://closeoutflow.com
Description: Custom premium SaaS-style marketing theme for CloseOutFlow — Installation Close-Out Operations for Residential HVAC Contractors. Built to the CloseOutFlow brand system (Ink/Cloud/White neutrals, Signal Blue accent, Inter + monospace numerals).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: closeoutflow
*/

/* All actual design-system styling lives in assets/css/main.css (enqueued in functions.php).
   This file only needs the header above to be a valid WordPress theme; a couple of
   base resets are included here so the site never renders unstyled if main.css fails to load. */

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
