/*
Theme Name: NeuralG
Theme URI: https://neuralgebra.com/
Author: Neuralgebra
Author URI: https://neuralgebra.com/
Description: A calm, premium, editorial WordPress theme for Neuralgebra — an independent practice for AI governance, AI security, and digital transformation. Warm-ivory palette, serif headings, publications-style listings, and a frameworks card library. Lightweight, accessible, plugin-safe, and translation-ready.
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: neuralg
Tags: blog, news, education, two-columns, custom-logo, custom-menu, featured-images, block-styles, wide-blocks, editor-style, translation-ready, threaded-comments, full-width-template, accessibility-ready
*/

/*
 * The full theme stylesheet lives in assets/css/main.css (enqueued in functions.php).
 * This file holds the required theme header. A minimal safety reset follows so the
 * theme degrades gracefully if the main stylesheet fails to load.
 */

:root { --neural-bg: #faf8f3; }
body { margin: 0; background: var(--neural-bg); }
