  body {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
  }
  h1{
    font-size: 2rem;
    font-weight: 600;
  }
  h2{
    font-size: 1.5rem;
    font-weight: 600;
  }
  h3{
    font-size: 1.2rem;
    font-weight: 600;
  }
  a{
    text-decoration: none;
  }

  .btn{
    font-size:0.9rem;
    padding: 5px 10px;
  }

  table{
    font-size: 0.7rem;
  }
  .cursor{
    cursor: pointer;
  }
  .btn-primary{
    color: #fff;
    background-color: #333333;
    border-color: #333333;
  }
  .btn-primary:hover{
    color: #333333;
    background-color: #ffffff;
    border-color: #333333;
  }
  /* Tarjetas de saldo (Contabilidad): compactas también en móvil para no
     ocupar toda la pantalla antes de llegar al listado */
  .stat-card .card-body{
    padding: 0.5rem 0.75rem;
  }
  .stat-label{
    font-size: 0.65rem;
    line-height: 1.1;
  }
  .stat-value{
    font-size: 1.05rem;
    font-weight: 600;
  }
  @media (min-width: 576px){
    .stat-card .card-body{
      padding: 1rem;
    }
    .stat-label{
      font-size: 0.75rem;
    }
    .stat-value{
      font-size: 1.5rem;
      font-weight: 400;
    }
  }
