/*
Theme Name: Residente Fiscal
Theme URI: https://residentefiscal.example/
Author: Residente Fiscal
Author URI: https://residentefiscal.example/
Description: Tema premium de planificación fiscal internacional para altos patrimonios. Convierte el proyecto HTML original en un tema WordPress completo: portada de una sola página y un tipo de contenido "Jurisdicción" con 14 países importables, diseño oscuro cohesivo oro sobre azul marino, formulario de contacto funcional, opciones en el Personalizador, contenido en post_content para SEO y compatibilidad con Yoast/Rank Math.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
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: residente-fiscal
Tags: business, custom-colors, custom-menu, featured-images, translation-ready, full-width-template, custom-logo
*/

/*
 * NOTE: The visual styles live in /assets/css/ and in per-jurisdiction inline CSS,
 * enqueued from inc/enqueue.php. This file only carries the required theme header
 * (and a small fallback below) so the theme is recognised by WordPress.
 */

:root {
  --rf-navy: #0a1628;
  --rf-navy-deep: #060d1a;
  --rf-gold: #c9a84c;
  --rf-gold-light: #e8c97e;
  --rf-light: #ccd6f6;
  --rf-slate: #8892b0;
  --rf-white: #e6f1ff;
}

/* Minimal fallback so the document is never unstyled before assets load. */
body { margin: 0; background: var(--rf-navy-deep); color: var(--rf-light); }
