/* body { */
    /* background-color: whitesmoke; */
    /* font-family: Arial, Helvetica, sans-serif; */
    /* font-family: 'Inter Variable', sans-serif; */
    /* font-family: 'Roboto', sans-serif; */
/* } */




@import '../vendor/easyadmin/app.css'; /* AssetMapper resolverá el hash automáticamente */


/* Global styles for dark and light themes */

body.ea-theme-dark {
    background-color: #23272f !important;
    color: #f5f5f5 !important;
    font-family: 'Inter Variable', sans-serif;
}
body.ea-theme-light {
    background-color: whitesmoke !important;
    color: #222 !important;
    font-family: 'Inter Variable', sans-serif;
}