/* Fuente global para admin */
body, #wpadminbar, #adminmenu, .wrap, .wp-core-ui {
    font-family: "Montserrat", sans-serif !important;
}

/* También para login */
body.login {
    font-family: "Montserrat", sans-serif !important;
}

/* Fondo del menú lateral */
#adminmenu,
#adminmenu .wp-submenu,
#adminmenuback,
#adminmenuwrap {
    background: #1e1e2f !important;
}

/* Links del menú */
#adminmenu a {
    color: #ffffff !important;
}

/* Item activo */
#adminmenu .current a,
#adminmenu .wp-has-current-submenu > a {
    background: #FF000D !important;
    color: #ffffff !important;
}

/* Hover en el menú */
#adminmenu a:hover,
#adminmenu li.menu-top:hover, #adminmenu a:hover,
#adminmenu li.menu-top:hover, #adminmenu li.opensub>a.menu-top,
#adminmenu li>a.menu-top:focus {
    background: #fd681be0 !important;
    color: #ffffff !important;
}

/* Barra superior */
#wpadminbar {
    background: black !important;
}

/* Botón principal */
.wp-core-ui .button-primary {
    background: #fd681be0 !important;
    border-color: #fd681be0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    color: white !important;
}
.wp-core-ui .button-primary:hover {
    background: #FF000D !important;
    border-color: #FF000D !important;
        color: white !important;
}


.theme-browser .theme.active .theme-name, .theme-browser .theme.add-new-theme a:focus:after, .theme-browser .theme.add-new-theme a:hover:after {
    background: black !important;
}
