/* Thimble custom CSS overrides — Bootstrap 5.3 CSS-variable layer */

/* Ensure smooth theme transitions */
:root {
    --thimble-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

body {
    transition: var(--thimble-transition);
}

/* Navbar brand emphasis */
.navbar-brand {
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Flash alert spacing */
.alert-container {
    margin-bottom: 0;
}
