/* css styles */
/* ----- Force justify inside article content ----- */
.quarto-article .justify,
.quarto-article .justify p,
.quarto-article .justify li {
  text-align: justify !important;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
