/**
 * Theme Name:   UnfoldWithAI
 * Theme URI:    https://unfoldwithai.com/
 * Description:  Child theme of Astra for the UnfoldWithAI AI publication. All custom code belongs here — never edit the Astra parent theme.
 * Author:       UnfoldWithAI
 * Author URI:   https://unfoldwithai.com/
 * Template:     astra
 * Version:      1.7.1
 * Requires at least: 6.0
 * Tested up to: 7.0
 * Requires PHP: 8.0
 * License:      GNU General Public License v2 or later
 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  unfoldwithai
 * Tags:         blog, custom-logo, custom-menu, featured-images, translation-ready, theme-options
 *
 * UnfoldWithAI WordPress Child Theme, based on Astra.
 * @package UnfoldWithAI
 */

/* -------------------------------------------------------------------------
   Child theme base styles
   Keep this file light. Prefer assets/css/main.css for larger rulesets.
   Parent Astra styles load via the parent theme + enqueue in functions.php.
   ------------------------------------------------------------------------- */

:root {
	/* Brand tokens (approximate from logo — refine in Customizer later) */
	--uwai-ink: #0a0a0c;
	--uwai-paper: #ffffff;
	--uwai-purple: #5b21b6;
	--uwai-blue: #0072ff;
	--uwai-cyan: #00d2ff;
	--uwai-gradient: linear-gradient(135deg, #4a00e0 0%, #0072ff 55%, #00d2ff 100%);
}

/* Intentionally minimal — Phase 1 must not change visual design. */
