/**
 * Theme Name:        Intelligence724
 * Theme URI:         https://intelligence724.com/
 * Author:            Intelligence724
 * Author URI:        https://intelligence724.com/
 * Description:       A fully custom, process-first machine-intelligence consulting theme with native services, industries, insights, diagnostic tools, inquiry management, SEO/AEO/GEO metadata, and no third-party runtime dependencies.
 * Version:           2.1.0
 * Requires at least: 6.4
 * Requires PHP:      8.0
 * Text Domain:       intelligence724
 * Domain Path:       /languages
 * License:           GNU General Public License v2 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 * Tags:              custom-logo, custom-menu, featured-images, accessibility-ready, responsive-layout, business, portfolio
 */

/*
 * The production visual system is loaded from assets/css/site.css.
 * This root stylesheet registers the theme and provides resilient defaults
 * should the main asset fail to load.
 */
:root {
    color-scheme: dark;
}
html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
