/* :root {
  --md-primary-fg-color: #008cf7;
  --md-accent-fg-color: #3ba4f5;
} */

.md-typeset admonition,
.md-typeset .admonition {
  font-size: 16px;
}

.md-typeset table:not([class]),
.md-typeset .table:not([class]) {
    display: table;
    font-size: .7rem;
}


.md-button{
    border-radius: 20px !important;
    /* background-color: #93a3ff; */
}


.md-tabs {
    font-weight: bold;
    font-size: 30px !important;
}