@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

body {
  font-family: 'Ubuntu', sans-serif;
}

body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color: #333;
}

h1, h2, h3 {
  font-weight: 500;
  margin-top: 1.5em;
}

img {
  border: 2px solid #444;
  padding: 6px;
  border-radius: 8px;
}

/* Sidebar minimal e piatta */
.bs-sidebar {
  background-color: ##c6d9ec;   /* blu-grigio molto chiaro */
  border-right: 1px solid #e3e8f0;
  padding-top: 10px;
}

/* Link normali */
.bs-sidebar .nav > li > a {
  color: #2c3e50;
  font-weight: 400;
  font-size: 15px;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* Hover leggerissimo */
.bs-sidebar .nav > li > a:hover {
  background-color: #e8eef7;
  color: #1a2f4d;
}

/* Link attivo */
.bs-sidebar .nav > li.active > a {
  background-color: #dde6f3;
  color: #1a2f4d;
  font-weight: 500;
}
/* Centratura e spaziatura */
.md-footer-meta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 1.1;
    padding: 10px 0;
}

.md-copyright {
    width: 100%;
    max-width: 800px;
    font-size: 0.65rem;
}

/* Cambio colore da nero a chiaro */
.md-footer {
    background-color: #f8f9fa !important; /* Colore di sfondo chiaro */
    border-top: 1px solid #e9ecef;       /* Linea di separazione */
}

.md-footer .md-copyright {
    color: #495057 !important;           /* Colore del testo scuro */
}

mark[data-md-highlight] {
  background-color: #ffeb3b !important; /* Giallo Material Design */
  color: #000000 !important;            /* Testo nero per massima leggibilità */
}
