/**
 * Use natural sentence case sitewide.
 * Overrides theme rules that apply capitalize/uppercase to headings, nav, buttons, etc.
 */
body,
body * {
  text-transform: none !important;
}
