@import url("css/theme.css");

html[data-theme="light"] {
    --pst-color-primary: #87634e;
    --pst-color-secondary: #ff9849;
    --pst-color-accent: #9db854;
}

html[data-theme="dark"] {
    --pst-color-primary: #ffecce;
    --pst-color-secondary: #ffca76;
}

/* Add FA external link icon after all external links */
a.reference.external::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 0.3em;
  font-size: 0.85em;
  vertical-align: middle;
  color: #999;
  opacity: 0.7;
}
