/* Custom green palette — replaces Material's stock "green" swatch with a
   deeper, more distinctive forest-green/emerald combination, tuned
   separately for light and dark mode. */

[data-md-color-scheme="default"] {
  --md-primary-fg-color: #166534;
  --md-primary-fg-color--light: #16a34a;
  --md-primary-fg-color--dark: #052e16;
  --md-primary-bg-color: #ffffff;
  --md-primary-bg-color--light: #ffffff;

  --md-accent-fg-color: #15803d;
  --md-accent-fg-color--transparent: #15803d1a;
  --md-accent-bg-color: #ffffff;
  --md-accent-bg-color--light: #ffffff;

  --md-typeset-a-color: #166534;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #22c55e;
  --md-primary-fg-color--light: #4ade80;
  --md-primary-fg-color--dark: #15803d;
  --md-primary-bg-color: #0b1210;
  --md-primary-bg-color--light: #0b1210;

  --md-accent-fg-color: #4ade80;
  --md-accent-fg-color--transparent: #4ade8026;
  --md-accent-bg-color: #0b1210;
  --md-accent-bg-color--light: #0b1210;

  --md-typeset-a-color: #4ade80;
}

/* Typography polish */
.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.md-typeset {
  line-height: 1.65;
}
