<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">: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 &gt; 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;
}</pre></body></html>