/*
 Theme Name:   GeneratePress Child
 Template:     generatepress
 Text Domain:  generatepress-child
*/

/* Font base */
body,
button,
input,
select,
textarea {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

/* Palette — Farmacia Perroni */
:root {
    --fp-primary:     #00ABC5;
    --fp-secondary:   #106A78;
    --fp-tertiary:    #297D8B;
    --fp-light:       #e6f7fa;
    --fp-text:        #1a1a1a;
    --fp-muted:       #555555;
    --fp-border:      #e0e0e0;
}

a {
    color: var(--fp-primary);
}

a:hover {
    color: var(--fp-secondary);
}

/* Navigazione */
.main-navigation .menu-item a {
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* CTA / bottoni */
.wp-block-button__link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

/* Footer */
.site-footer {
    background: #f5f5f5;
    color: var(--fp-muted);
    font-size: 0.9rem;
}
