/* Base mobile-friendly */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  background-color: #f8f9fa;
  padding-bottom: 4rem;
}

h1, h2, h3 {
  font-size: 1.5rem;
}

.container {
  max-width: 100%;
  padding: 1rem;
}

/* Responsive tabelle */
.table-responsive {
  overflow-x: auto;
}

.table th, .table td {
  white-space: nowrap;
  font-size: 1rem;
}

/* Grafici responsive */
canvas {
  max-width: 100% !important;
  height: auto !important;
}

/* Bottoni touch-friendly */
.btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

/* Navbar mobile-friendly */
.navbar-brand {
  font-size: 1.2rem;
}

/* Media query per mobile */
@media (max-width: 576px) {
  h1 {
    font-size: 1.3rem;
  }
  .btn {
    font-size: 1rem;
  }
}
