/* Self-hosted variable fonts — no Typekit/Adobe Fonts subscription required.
   Both SIL Open Font License 1.1, so nothing here expires with a subscription.

   Montserrat is Dalton First's working typeface: the brand uses its heaviest
   weight (900, "Black") for every hero and sermon graphic, so the display and
   body faces are the same family at opposite ends of its weight range.

   Bodoni Moda carries the serif italic accent the brand uses sparingly — an
   open-licence Bodoni revival standing in for Bodoni FLF, which is not
   web-licensed. Italic only, because that is the only way the brand uses it. */
@font-face {
  font-family: 'Montserrat';
  font-style: normal; font-weight: 400 900; font-display: swap;
  src: url('../fonts/montserrat-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Bodoni Moda';
  font-style: italic; font-weight: 400 900; font-display: swap;
  src: url('../fonts/bodoni-moda-italic.woff2') format('woff2');
}
