.topbar {
    padding: var(--space-2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-logo {
    display: block;
    width: var(--logo-width);

    & img {
        vertical-align: middle;
        max-width: 100%;
    }
}

.topbar-button {
    text-decoration: none;
    color: var(--color-text-light);
    font-weight: 600;
    margin: 0 var(--space-1);
}
