/* Final application-wide title typography, loaded after page-level styles. */
:root{
  --fontheaders:InterVariable,Inter,Arial,ui-sans-serif,system-ui,sans-serif;
  --ysa-title-font:InterVariable,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
}

html body #framework_main :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  [role="heading"],
  [class$="-title"],
  [class*="-title "],
  [class$="_title"],
  [class*="_title "],
  .title
),
html body .ysa-topbar :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  [role="heading"],
  [class$="-title"],
  [class*="-title "],
  [class$="_title"],
  [class*="_title "],
  .title
),
html body .ysa-account-switch-modal :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  [role="heading"],
  [class$="-title"],
  [class*="-title "],
  [class$="_title"],
  [class*="_title "],
  .title
),
html body .popup :is(h1,h2,h3,h4,h5,h6,[role="heading"]),
html body :is(.confirm-title,.alert-title,.prompt-title,.login100-form-title){
  font-family:var(--ysa-title-font) !important;
  font-weight:800 !important;
}
