/* Stylesheet inherits from base slate theme */
[data-md-color-scheme="slate"] {
    --md-primary-fg-color:        #4177bd;
    --md-default-bg-color:          #1b1c1c;

    h1, h2, h3, p {
     color: #b9b1b1;
    }

}