/* WorkJSR custom overrides — kept minimal since Bootstrap 5 utility classes
   handle most styling directly in the Blade views. Add brand-specific rules here. */
:root {
    --wjsr-primary: #0d6efd;
}

.navbar-brand span {
    font-weight: 400;
}

.card {
    transition: box-shadow 0.15s ease-in-out;
}
