/* ==========================================================
   REPLATZ – INTERNO
   Font principale: Poppins
   ========================================================== */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

/* Struttura generale */
html,
body,
portal,
.zohodesk {
    font-family: "Poppins", Arial, sans-serif !important;
}

/* Testi e titoli */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label,
li,
td,
th,
small,
strong {
    font-family: "Poppins", Arial, sans-serif !important;
}

/* Campi e controlli */
input,
textarea,
select,
option,
button,
[role="button"] {
    font-family: "Poppins", Arial, sans-serif !important;
}

/* Placeholder dei moduli */
input::placeholder,
textarea::placeholder {
    font-family: "Poppins", Arial, sans-serif !important;
}

/* Peso consigliato per i testi */
body,
p,
label,
input,
textarea,
select {
    font-weight: 400;
}

/* Pulsanti e menu */
button,
[role="button"] {
    font-weight: 500;
}

/* Titoli */
h1,
h2,
h3 {
    font-weight: 600;
}

h4,
h5,
h6 {
    font-weight: 500;
}
