.site-title {
    font-size: 26px;
    letter-spacing: 0.05em;
    font-weight: 200;
    color: black;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    background: linear-gradient(135deg, #089bc8 0%, #7614b8 25%);
    background-size: 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.site-logo ~ .site-title:not(.text-site-title) {
    margin-left: 6px;
}