﻿/* AM Club v690 - Rebranding visible
   Objetivo: ninguna etiqueta visible principal debe decir AfterMan.
   No se renombran clases, archivos ni variables técnicas para no romper el proyecto.
*/

html body.am-body .am-brand strong{
    font-family:var(--am-font-display,"Segoe UI",Arial,sans-serif)!important;
    font-weight:760!important;
    letter-spacing:-.015em!important;
}

html body.am-body .am-login-v688__wordmark,
html body.am-body .am-login-v482__brand-name{
    font-family:var(--am-font-display,"Segoe UI",Arial,sans-serif)!important;
    font-weight:260!important;
    letter-spacing:.035em!important;
}

html body.am-body .am-login-v688__wordmark span,
html body.am-body .am-login-v482__brand-name span{
    font-weight:260!important;
}
