@font-face {
    font-family: 'Nexa';
    src: url('/fonts/brand/Nexa-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

.brand-wordmark {
    font-family: 'Nexa', 'Poppins', 'Source Sans Pro', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.login-logo .brand-wordmark {
    display: inline-block;
    font-size: 32px;
    line-height: 1.1;
}

.logo .brand-wordmark {
    display: inline-block;
}
