/* Suisse Int'l - official New Apostolic Church typeface (NACI 2026 Corporate
   Design Manual, section 2). Web fonts mirrored from nak.org for design samples.
   This handoff bundles the four working weights (300/400/500/600) as woff2.
   Use var(--font-suisse) everywhere; fall back to Arial if Suisse is unavailable. */
@font-face {
  font-family: 'Suisse Intl';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./SuisseIntl-Light-WebXL.woff2') format('woff2');
}
@font-face {
  font-family: 'Suisse Intl';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./SuisseIntl-Regular-WebXL.woff2') format('woff2');
}
@font-face {
  font-family: 'Suisse Intl';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./SuisseIntl-Medium-WebXL.woff2') format('woff2');
}
@font-face {
  font-family: 'Suisse Intl';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./SuisseIntl-SemiBold-WebXL.woff2') format('woff2');
}

:root { --font-suisse: 'Suisse Intl', Arial, 'Helvetica Neue', Helvetica, sans-serif; }
