:root {
}

nav {
    background-color: var(--background);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid var(--foreground);
    background: var(--background);
    box-sizing: border-box;
    height: 50px;
}

#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#logo > a {
    font-family: "Inter Tight";
    font-size: 1.75em;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}