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

.md-typeset table:not([class]) {
    display: table;
}

.md-grid {
    max-width: 1440px;
}

:root {
    --md-primary-fg-color: #14284D;
    --md-accent-fg-color: #06B5F5;
}

[data-md-color-scheme="default"] {
    --md-typeset-a-color: #3a7fff;
}

[data-md-color-scheme="slate"] {
    --md-typeset-a-color: #3a7fff;
}