#site-header-inner {
    border-top: 1px dashed;
}

.menu-item {
    font-family: var(--wp--preset--font-family--azeret-mono);
    text-transform: uppercase;
}

#site-header .menu-item:not(.exclude) a::before {
    content: '';
    display: inline-flex;
    width: 0.7rem;
    height: 0.7rem;
    background-color: var(--wp--preset--color--white);
    margin-right: 7px;
}

body.home #page-wrapper {
    margin-top: -142px;
}

@media (max-width: 575px) {
    #site-header .logo svg {
        width: 250px !important;
        height: auto;
    }
}