[data-md-color-scheme="default"] {
--md-primary-fg-color: rgb(39, 148, 150);
}

.md-content h2 {
    border-bottom: var(--md-primary-fg-color) 2px;
    border-bottom-style: double;
}

.md-content h3 {
    border-bottom: gray 1px;
    border-bottom-style: dashed;
}