/*
 * Fuentes del ecosistema servidas desde el propio dominio (sin Google Fonts).
 * La usa el skin 'crmmercury' (login de mercury-core) como sans_url.
 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/inter-latin-var.woff2') format('woff2');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/outfit-latin-var.woff2') format('woff2');
}
