/*
Theme Name: Miglior Arredo
Theme URI: https://migliorarredo.com
Author: Miglior Arredo Team
Description: Tema personalizzato per blog di arredamento con affiliate marketing
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: migliorarredo
*/

:root {
    --color-primary: #3D6B5E;
    --color-primary-dark: #2A4D43;
    --color-bg: #F5F0E8;
    --color-white: #FFFFFF;
    --color-text: #1A1A1A;
    --color-text-light: #666666;
    --color-border: #E0D9CE;
    --color-cta: #3D6B5E;
    --color-cta-hover: #2A4D43;

    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans: 'Inter', 'Source Sans 3', sans-serif;

    --max-content: 720px;
    --max-site: 1200px;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-text);
    background: var(--color-white);
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: var(--color-primary-dark);
}

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

h1, h2, h3, h4 {
    font-family: var(--font-serif);
    line-height: 1.3;
}

h1 { font-size: 2.2rem; font-weight: 700; }
h2 { font-size: 1.5rem; font-weight: 600; }
h3 { font-size: 1.25rem; font-weight: 600; }

p { margin-bottom: 1rem; }

.container {
    max-width: var(--max-site);
    margin: 0 auto;
    padding: 0 20px;
}
