/*
 * OmegaTicket typography bootstrap.
 * Prefer an Inter font already installed on the visitor device without any
 * network request. The project CSS already provides system-ui fallbacks.
 */
@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Medium'), local('Inter');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter SemiBold'), local('Inter');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

/*
 * Front-end typography tuning.
 * Adds a very small amount of tracking to approximate the more open feel
 * of Inter without adding any external font request.
 */
body.concert-front {
    letter-spacing: .007em;
}

body.concert-front .live-nav a,
body.concert-front .live-footer a,
body.concert-front .btn,
body.concert-front button {
    letter-spacing: .01em;
}
