/* Simple css to follow the geometry of franklin-content (see franklin.css) */
html {
    font-family: Inter;
    background-color: var(--bg-main);
    color: var(--text-main);
    font-size: var(--normal);
}
body {
    margin-top: 0px;
}
header {
    margin-top: 0px;
    position: 0px;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}
nav {
    text-align: center;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.1em;
    padding-bottom: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
a {
    color: var(--accent-soft);
}

.site-title {
    font-family: Arial;
    letter-spacing: 0.04rem;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    color: var(--accent-soft);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    /* border: 1px solid var(--text-muted); */
    /* width: 5rem; */
    /* margin-left: 19%; */
}

@media (max-width: 480px) {
    .site-title {
        /* margin-left: 17%; */
        margin-top: 0.5rem;
    }
}
.site-descr {
    color: var(--text-main);
    text-align: center;
    font-family: IBMPlexSerif;
    letter-spacing: 0.04rem;
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.5em;
    margin-top: 0.3em;
    margin-bottom: 0.2em;
}
.link-title {
    text-decoration: none;
    color: unset;
}
.menu-item {
    text-decoration: none;
    font-size: 1.3rem;
    font-family: Inter;
    letter-spacing: 0.04rem;
    font-weight: 400;
    color: var(--text-muted);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 2rem;
}
.menu-item:hover {
    color: var(--text-main);
}
.menu-item a {
    color: var(--text-muted);
}
.current {
    color: var(--text-main);
}
