/* ==========================================================
   Typography Utilities
========================================================== */

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

/* Search Box Focus */
#heroSearch:focus{
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.input-group:focus-within{
    box-shadow: var(--bs-box-shadow-lg) !important;
}