:root {
  --md-primary-fg-color:        #247430;
  /* --md-primary-fg-color--light: #b52a2f; */
  --md-primary-fg-color--dark:  #247430;
  --md-accent-fg-color:         #247430;
  /* --data-md-color-primary:black; */
  
}

[data-md-color-scheme="slate"] {
    
    html {overflow-y: scroll;}
    /* Font config */
    .md-typeset h1{color:#43AE54; font-size: 36px;}
    .md-typeset h2{font-size: 28px; font-weight: 100; margin: 50px 0 35px;}
    .md-typeset h3{font-size: 24px; font-weight: 400; margin: 40px 0 25px;}
    .md-typeset h4{font-size: 24px; font-weight: 100; margin: 40px 0 25px;}
    .md-typeset h5{font-size: 20px; font-weight: 400; margin: 40px 0 25px;}
    .md-typeset h6{font-size: 20px; font-weight: 100; margin: 40px 0 25px;}


    /* Header config. Color setings */
    .md-header { 
      color: var(--md-default-fg-color--light);
      background-color:#323743; 
      border-bottom:solid #247430;
    }
  /* Header config. Logo and Icon settings */
    .md-tabs {background-color:#323743;}
    .md-header__button.md-logo img {
      height: 43px;
      margin-top: 4px; 
    }
    .md-icon svg {height: 24px; width: 24px;}
    /* Header config. Text settings */
    .md-header__title {font-size: 36px; font-weight: 100;}
    .md-header__topic:first-child {font-weight: 100;}
    /* .md-ellipsis {font-weight: 100;} */
    
    /* Navigation text settings */
    .md-tabs__item md-tabs__item--active {font-weight: 500;}
    /* .md-nav__item {font-weight: 100;} */
    /* .md-ellipsis:hover {
      color: #43AE54;
    }
 
    .md-nav__link--active {
      color: #247430;
    }


    .md-top:focus,.md-top:hover {
      background-color: #43AE54;
    } */
}