/* ===============================================
   Site-specific overrides (loaded after theme.css)
   =============================================== */

/* Bootstrap 5 dropped .text-justify; restore it for long-form copy */
.text-justify {
    text-align: justify !important;
}

/* Grayscale border utilities from the old theme, mapped to the new palette */
.border-300 {
    border-color: var(--sparrow-gray-300) !important;
}

.border-500 {
    border-color: var(--sparrow-gray-500) !important;
}

.border-2x {
    border-width: 2px !important;
}

/* WCAG 1.4.3: muted text that still meets 4.5:1 on white (#666 = 5.74:1) */
.text-gray-700 {
    color: var(--sparrow-gray-700) !important;
}
