/* Change article fonts */
.typography.w-full.flex-1 {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Add vertical spacing around images for readability */
img {
  display: block;
  margin-top: 1.35rem;   /* configurable top spacing */
  margin-bottom: 2.50rem; /* configurable bottom spacing */
}

/* Fix images; do not wrap text around them */
img[align="left"] {
  float: none !important;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
img[align="right"] {
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: 0;
}

/* Hide the Copy page button*/
button[data-slot="button"]:has(.tabler-icon-copy) {
  display: none !important;
}

/* Hide span with nothing.svg set (for example, the website's icon */
span:has(img[src$="assets/nothing.svg"]) {
  display: none !important;
}