/*
Theme Name: Lorenzo & Anna
Theme URI: https://lorenzoeanna.it
Author: Lorenzo & Anna
Description: Tema matrimonio per Lorenzo e Anna — natura, montagna, avventura e sostenibilità.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: lorenzoanna
Tags: wedding, one-column, custom-colors, custom-logo, featured-images, theme-options
WooCommerce: 8.0
*/

/* ==========================================================================
   CSS Custom Properties
   ========================================================================== */

:root {
    /* Colors */
    --color-forest: #2D5016;
    --color-sage: #87A878;
    --color-cream: #F5F0E8;
    --color-warm-white: #FEFCF9;
    --color-earth: #8B6F47;
    --color-gold: #C9A84C;
    --color-charcoal: #2C2C2C;
    --color-stone: #D4C5B2;
    --color-sage-light: rgba(135, 168, 120, 0.15);

    /* Typography */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Lato', 'Segoe UI', sans-serif;
    --font-accent: 'Great Vibes', cursive;

    /* Spacing */
    --section-padding: 6rem 0;
    --container-width: 1200px;
    --header-height: 70px;

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-medium: 0.4s ease;
    --transition-slow: 0.6s ease;
}
