/* montserrat.css */
body {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
}

/* Sovrascrive eventuali tag <font> inline */
font {
  font-family: 'Montserrat', Arial, sans-serif !important;
}

/* Applica il font anche alle tabelle e ai titoli */
table, h1, h2, h3, h4, h5, h6, p, div, td {
  font-family: 'Montserrat', Arial, sans-serif;
}

/* Migliora leggibilità (opzionale ma utile) */
div[align="justify"],
p {
  text-align: justify;
  line-height: 1.4;
}