html.is-documentation {
  --button-hover-top: #ffb347;
  --button-hover-mid: #d46a18;
  --button-hover-bottom: #8b3907;
  --button-inner-shadow: #ff8f22;
}

html.is-documentation .prompt-circle {
  background: radial-gradient(circle at 28% 24%, #ffd477 0%, #ff9f2d 44%, #9b4a13 100%);
}

html.is-documentation .navigation-arrow::after {
  background: radial-gradient(ellipse at center, rgba(255, 143, 34, 0.56), rgba(139, 57, 7, 0.2) 56%, rgba(0, 0, 0, 0) 72%);
}
