/*
Theme Name: Natura Events
Theme URI: https://naturaevents.com
Author: Natura Events Studio
Description: Tema premium para alquiler de mobiliario y decoración de eventos. Estética editorial, orgánica y de lujo minimalista. Compatible con WooCommerce y Elementor Pro.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 8.1
WC requires at least: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: natura-events
Tags: woocommerce, elementor, custom, events, rental, premium, editorial
*/

/* ─── Design tokens ──────────────────────────────────────────── */
:root {
    /* Paleta orgánica */
    --olive:        #5D5A4A;
    --olive-dark:   #3E3C30;
    --olive-light:  #7A7764;
    --sage:         #B7B5A5;
    --sage-light:   #D4D2C6;
    --terra:        #B77449;
    --terra-dark:   #8F5A34;
    --terra-light:  #D49B78;
    --beige:        #BDA374;
    --beige-light:  #D4BC9A;
    --bone:         #E9E7E2;
    --bone-dark:    #D8D5CE;
    --cream:        #F5F3EE;
    --dark:         #2A2820;
    --white:        #FFFFFF;
    --gray:         #5E5C52; /* Ajustado para cumplir contraste AA (≥4.5:1) sobre fondos claros */
    --gray-light:   #8A887E;

    /* Typography */
    --font-display:   'Lora', 'Georgia', serif;
    --font-heading:   'Playfair Display', 'Georgia', serif;
    --font-body:      'Montserrat', 'Helvetica Neue', Arial, sans-serif;

    /* Spacing */
    --section-gap:    7rem;
    --container:      1280px;
    --container-sm:   860px;

    /* UI */
    --radius:         2px;
    --radius-md:      6px;
    --radius-lg:      12px;
    --shadow-soft:    0 2px 20px rgba(42,40,32,.06);
    --shadow-hover:   0 8px 40px rgba(42,40,32,.12);
    --transition:     0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow:0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
