/*
Theme Name:   Somme Agriturismo
Theme URI:    https://agriturismosomme.it
Description:  Child theme per Agriturismo & Azienda Agricola SOMME — basato su Hello Elementor
Author:       Delia Design
Author URI:   https://deliadesign.it
Template:     hello-elementor
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:  somme-agriturismo
Tags:         agriturismo, elementor, green, serif

== DESIGN SYSTEM ==
Primary Green : #3B5535
Cream bg      : #F2EDE3
Text          : #2A2420
Heading font  : Quattrocento (Google Fonts)
Body font     : Quattrocento Sans (Google Fonts)
*/

/* ── RESET & BOX-SIZING ─────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

/* ── TYPOGRAPHY BASE ────────────────────────── */
html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  color: var(--color-text);
  background-color: var(--color-cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-text);
}

h1 { font-size: clamp(2rem, 4vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 3vw, 3rem); }
h3 { font-size: clamp(1.375rem, 2.5vw, 2rem); }
h4 { font-size: var(--fs-xl); }

p { margin-bottom: 1em; }

a {
  color: var(--color-green);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover { color: var(--color-green-dark); }

img { max-width: 100%; height: auto; display: block; }
