/* Desaga display typography: preserve source copy and proper names while
   presenting every Bricolage treatment in the brand's lowercase voice.
   Included only by Desaga V2 pages; Hanken labels and body copy retain their case. */
:is(
  h1,
  h2,
  h3,
  .menu-invitation > p,
  .bread-word,
  .place-selector,
  .footer-phone,
  .mobile-navigation > a:not(.nav-phone),
  .mobile-navigation > button,
  .menu-venue strong,
  .preview-dialog__title,
  .type-sample
) {
  text-transform: lowercase;
}
