/* aiaioli — custom layer over texify3 (gruvbox). Marginnotes + first cozy-cosmic touches.
   The full ~*~aesthetic~*~ pass is still ahead; this just makes the margin work and leans into the dark. */

/* the margin note — the comma of CSS; the "AND ANOTHER THING" that hangs off the sentence */
.marginnote {
  float: right;
  clear: right;
  width: 14rem;
  margin-right: -15.5rem;
  font-size: 0.78rem;
  line-height: 1.45;
  opacity: 0.72;
  font-style: normal;
}
@media (max-width: 1180px) {
  .marginnote {
    float: none;
    width: auto;
    margin: 1rem 0;
    padding-left: 0.9rem;
    border-left: 2px solid currentColor;
    opacity: 0.7;
    display: block;
  }
}
