/*
Theme Name: GeneratePress Child - Venta de Plantas de Luz
Theme URI: https://ventadeplantasdeluz.com
Description: Child theme de GeneratePress para ventadeplantasdeluz.com. Tokens de diseno, fuentes y componentes personalizados del rediseno 2026.
Author: Equipo VPL
Template: generatepress
Version: 0.1.0
Text Domain: generatepress-child
*/

/* ===== TOKENS DE DISENO (handoff Claude Design) ===== */
:root{
  --navy-900:#0A1A2F;
  --navy-800:#0D2440;
  --navy-700:#12325C;
  --blue-600:#2563EB;
  --blue-50:#EAF1FF;
  --blue-soft:#F5F8FF;
  --amber-500:#F5A623;
  --amber-300:#FFC247;
  --ink:#0E1B2C;
  --muted:#5A6B82;
  --muted-2:#8593A8;
  --bg:#FFFFFF;
  --bg-soft:#F5F7FB;
  --border:#E4E9F2;
  --green-600:#15724A;
  --green-400:#27C281;
  --radius-card:16px;
  --radius-btn:12px;
  --radius-pill:99px;
  --shadow-card:0 1px 2px rgba(10,26,47,.04);
  --shadow-hover:0 18px 40px -18px rgba(10,26,47,.28);
}

/* ===== TIPOGRAFIA BASE ===== */
body{ font-family:'Figtree', system-ui, -apple-system, sans-serif; color:var(--ink); }
h1,h2,h3,h4,h5,h6{ font-family:'Sora', sans-serif; letter-spacing:-0.02em; line-height:1.1; }
.font-mono{ font-family:'JetBrains Mono', monospace; }
