/**
 *  SPDX-License-Identifier: CC-BY-SA-4.0
 *
 *  Copyright The original authors
 *
 *  Licensed under the Creative Commons Attribution-ShareAlike 4.0 International License;
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at https://creativecommons.org/licenses/by-sa/4.0/
 */
:root,
[data-md-color-scheme="default"] {
  --md-primary-fg-color: #0b6e29;
  --md-primary-fg-color--light: #2e9e4e;
  --md-primary-fg-color--dark: #085a21;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #0b6e29;
  --md-primary-fg-color--light: #2e9e4e;
  --md-primary-fg-color--dark: #085a21;
}
