/* ==========================================================================
   ELEMENTS · MEDIA — figures and images as printed plates. A bare <figure>
   gets a hairline frame and a grotesque caption; the engraved-plate treatment
   for the map and data figures is built up in the figure component.
   ========================================================================== */

figure {
  margin: 0;
}

figure img,
figure svg {
  width: 100%;
}

figcaption {
  font-family: var(--font-furniture);
  font-size: var(--text-2xs);
  line-height: var(--leading-normal);
  color: var(--text-secondary);
  letter-spacing: var(--tracking-wide);
  padding-top: var(--space-2xs);
}

img { font-style: italic; color: var(--text-muted); } /* alt text, if broken */
