/*
 * 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;
  font-display: swap;
  src: url('../fonts/maddison-signature-demo.ttf') format('truetype');
}
