/* No Custom Stylesheet Provided */

/* Publishing request (DPE-332): the Tailwind Typography 'prose' defaults
   italicise blockquotes; restore upright type. This file is the last
   stylesheet in <head>, so a plain descendant selector overrides the
   :where()-wrapped prose rule in build/_assets/app-*.css. */
.article blockquote {
  font-style: normal;
}
