/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 03 2025 | 03:58:04 */
/* Override WP defaults for image captions (figcaption) */
.wp-block-image figcaption.wp-element-caption {
  font-family: "Oswald", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
  color: #000 !important;        /* solid black for crispness */
  line-height: 1.45;
  text-align: center;            /* keeps the original intent */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  padding-top: 15px;
}
