/* Home page: the few rules Bootstrap 5 does not provide. */

/* Bootstrap 5 dropped its .text-justify utility. Hyphenation keeps justified
   text from opening wide gaps on narrow screens. */
.text-justify {
    text-align: justify;
    hyphens: auto;
}
