/* Logo lockup */
.lockup {
    display: flex;
    align-items: center;
    gap: 22px;
}

.lockup-sm {
    display: flex;
    align-items: center;
    gap: 13px;
}

.wordmark {
    /* font-family: 'Orbitron', sans-serif; */
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 4px;
    line-height: 1;
}

.wordmark-sm {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1;
}

.wordmark-light  { color: #000000; }
.size-row {
    display: flex;
    align-items: center;
    gap: 52px;
}