/* see: https://github.com/squidfunk/mkdocs-material/issues/739#issuecomment-1036027153 */
:root > * {
    --md-text-font:"Roboto";
    --md-code-font:"Roboto Mono"
  }
/* Breitere Content-Breite für große Monitore (Standard: 61rem) */
.md-grid {
    max-width: 76rem;
}

/* Optional: Tabellen auch breiter machen */
.md-typeset table:not([class]) {
    display: table;
    width: 100%;
}

