.md-typeset .admonition,
.md-typeset details {
  font-size: 1em;
}

.md-typeset table th {
  font-size: 0.9rem;
}

.md-typeset table tr {
  font-size: 0.9rem;
}

.md-typeset table:not([class]) {
  display: table; 
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Center all tables */
.md-typeset__table {
  display: flex;
  justify-content: center;
}

.md-typeset__table table {
  width: 100%;
}

.md-content h1,
.md-content h2,
.md-content h3,
.md-content h4,
.md-content h5,
.md-content h6 {
  font-weight: bold;
}

.md-nav__link {
        font-size: 0.9rem;
}

.md-nav__title {
    font-size: 1.0rem;
}

.md-tabs__link {
    font-size: 0.85rem; /* Adjust this value as needed */
}