/*Write your custom style or CSS code here*/

/* Brand name styling next to logo */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-brand .brand-name {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 600;
    font-size: 1.3rem;
    color: #000000;
    white-space: nowrap;
    letter-spacing: -0.02em;
}

.navbar-brand .logo-img {
    display: inline-block;
    height: auto;
}