/*
Theme Name: InVento Edizioni Theme
Theme URI: https://inventoedizioni.it/theme
Author: Senior WordPress Developer & UX Designer
Author URI: https://inventoedizioni.it
Description: Tema WordPress premium, personalizzato e performante sviluppato su misura per InVento Edizioni. Perfetta integrazione con WooCommerce per la gestione del catalogo dei libri, supporto completo per Gutenberg, e Custom Post Type avanzati per Autori, Collane, Eventi e News. Conforme agli standard di sicurezza WCAG 2.2 AA, PHP 8+ e ottimizzazione delle prestazioni Lighthouse.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: invento-theme
Domain Path: /languages
Tags: block-styles, custom-menu, featured-images, translation-ready, woocommerce, portfolio, grid-layout, clean-design

Questo foglio di stile definisce i parametri essenziali del tema InVento Edizioni.
Tutti gli elementi grafici sono basati sulla palette di colori ufficiale:
- Petrolio: #1e3d4a
- Avorio: #fdfbf7
- Carbone: #1a1a1a
- Salvia: #7d9a8c
- Carta: #eae6db
*/

/* Reset e Setup Base */
body {
    background-color: #fdfbf7;
    color: #1a1a1a;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Stili per la griglia e container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Tipografia d'Impatto */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
    font-weight: 600;
    color: #1e3d4a;
    line-height: 1.25;
}

a {
    color: #1e3d4a;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #7d9a8c;
}

/* WooCommerce Customization */
.woocommerce span.onsale {
    background-color: #7d9a8c !important;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #1e3d4a !important;
    color: #fdfbf7 !important;
    font-weight: bold;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #7d9a8c !important;
}
