﻿.logo-image {
    background-color: var(--primary);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    margin-left: 16px;
    width: 180px;
    height: 30px;
    mask-image: url("../images/logo.svg");
    -webkit-mask-image: url("../images/logo.svg");
}
