/* Font e dimensioni stile Matrimonio.com - RIDOTTO */
body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px !important;
    line-height: 1.5;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.2;
    color: #222;
}

h1 {
    font-size: 1.875rem !important;
}

h2 {
    font-size: 1.5rem !important;
}

h3 {
    font-size: 1.25rem !important;
}

h4 {
    font-size: 1.125rem !important;
}

p {
    font-size: 0.938rem !important;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.text-base {
    font-size: 0.938rem !important;
}

.text-sm {
    font-size: 0.813rem !important;
}

.text-lg {
    font-size: 1rem !important;
}

.text-xl {
    font-size: 1.125rem !important;
}

.text-2xl {
    font-size: 1.25rem !important;
}

.text-3xl {
    font-size: 1.5rem !important;
}

.text-4xl {
    font-size: 1.75rem !important;
}

.text-5xl {
    font-size: 2rem !important;
}

/* Button style matrimonio.com */
button, .button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* Card spacing */
.shadow-lg {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.shadow-xl {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

