/* Custom Styles */
/* You can add your own CSS here to override Tailwind defaults or add custom components. */

/* Example: Override bg-gray-900 */

.bg-gray-900 {
    background-color: #392f4a !important;
}

