nav {
    display: flex;
    width: 100%;
    padding-inline: 16px;
    margin-top: 26px;
    max-width: 640px;
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: var(--subdued);
    transition: color 0.2s ease;
    letter-spacing: .04em;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

a:hover {
    color: var(--default);
}


nav a span:first-child {
    display: flex;
    align-items: center;
    gap: 2px;
    letter-spacing: .04em;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

nav svg {
    fill: currentColor;
}

h1 {
    letter-spacing: -.02em;
    font-weight: 600;
    text-wrap: balance;
    --tw-leading: 42px;
    font-size: 32px;
    line-height: 42px;
    color: var(--default);

}