/*
 * Crossway Mission self-hosted fonts.
 *
 * This file currently defines only locally bundled brand fonts.
 * Core site typography continues to load from Bunny Fonts in functions.php.
 */

@font-face {
  font-family: 'Maddison Signature';
  font-style: normal;
  font-weight: 400;
  /* The wordmark is brand artwork: avoid briefly painting a serif fallback on
   * slower mobile connections while the preloaded local font is decoded. */
  font-display: block;
  /* Bump this version whenever the font file is replaced to bypass the
   * browser/CDN's seven-day cache for the unversioned font URL. */
  src: url('../fonts/maddison-signature-demo.ttf?v=20260806-1') format('truetype');
}
