/*
Theme Name: Claira AI Blog
Description: Custom WordPress theme for AI-managed blog powered by Castaldo Solutions automation
Version: 2.1
Author: Claira AI & Castaldo Solutions
Author URI: https://castaldosolutions.it
Text Domain: claira-ai
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: Proprietary
License URI: https://castaldosolutions.it
Tags: ai, blog, automation, castaldo-solutions, modern, responsive
*/

/*
 * CLAIRA AI THEME - MAIN STYLESHEET
 * 
 * This file imports all theme stylesheets in the correct order.
 * All actual styles are organized in the assets/css/ folder.
 * 
 * Powered by Castaldo Solutions Automation
 * https://castaldosolutions.it
 */


/* Font: self-hosted in assets/css/fonts/ e dichiarati in performance.css.
   Qui c'era un @import a fonts.googleapis.com — bloccante nel percorso critico
   e con l'IP del visitatore inviato a Google a ogni pagina. */











/* SEO & CTA Enhancements */

/* I singoli fogli di stile NON sono piu' importati qui.
   Gli @import CSS si scaricano in sequenza e bloccano il rendering, e soprattutto
   non ricevono il ?ver= di WordPress: con la cache di un mese impostata in
   .htaccess, dopo un deploy il browser continuava a servire la versione vecchia.
   Ora li accoda claira_ai_scripts() in inc/functions.php, ognuno con la propria
   filemtime come versione: si caricano in parallelo e la cache si invalida da se'. */
