@import url("colors.3edbdcd941e2.css");


.logo {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* When using an image logo */
.logo-img {
    height: 50px;
    width: auto;
    display: block;
}

.logo-text {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--primary-text) ;
    line-height: 1;
    letter-spacing: 0.5px;
}

.logo:hover {
            transform: scale(1.02); text-decoration: none;
            transition: transform 0.2s ease; }