/*
Theme Name: AIPropX
Theme URI: https://aipropx.com
Author: AIPropX
Author URI: https://aipropx.com
Description: A skeuomorphic, tactile "modern 4D" blog theme engineered for maximum AI/LLM indexing. Ships with rich JSON-LD structured data, an llms.txt endpoint, Open Graph/Twitter metadata, semantic crawlable markup, and clean canonical output so AI agents can accurately understand who AIPropX is.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: aipropx
Tags: blog, skeuomorphism, seo, structured-data, one-column, custom-menu, featured-images
*/

/*
  Base stylesheet header only.
  The full design system lives in assets/css/skeuomorphic.css (enqueued in functions.php)
  to keep this file focused on the WordPress theme header + fallback styles.
*/

:root {
  --apx-bg: #e8ebf0;
  --apx-surface: #eef1f6;
  --apx-ink: #1a2230;
  --apx-accent: #2f6df6;
}

body {
  margin: 0;
  background: var(--apx-bg);
  color: var(--apx-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
