:root {
    --theme-color: var(--color-light);
}

.menu-item-has-children li:hover {
    background: rgba(255, 255, 255, .5)
}

header .logo svg g path:nth-child(2) {
    fill-opacity: 0.72;
}

header .logo svg g path:nth-child(3) {
    fill-opacity: 1;
}