/*
  Minimal Mistakes: avoid changing `html { font-size }` because it affects
  sidebar/nav/etc. Instead, shrink only the main page content.
*/

/* Tablet/desktop: keep your preferred smaller size */
@media (min-width:1024px) {
    .page__content {
        font-size: 0.75rem;
        /* ~12px */
    }
}


figcaption,
.caption {
    text-align: center;
}