/* Shared button typography: the header's « Brochure » button. */
:root :is(
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  a[role="button"],
  a[class*="btn"],
  a[class*="button"],
  a[class*="cta"],
  a.contact-card__link,
  a.seconde-faq__more,
  a.articles-all-link,
  a.stage-faq-link,
  .mock-actions > a.mock-link
) {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

/* Labels in composite buttons; icons and secondary information keep their sizes. */
:root button :is(.acc-label, .week-cell__label, .slot__name, .inclus-label__title, .rubrique-card__name) {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
}
