button,
input:where([type="button"]),
input:where([type="submit"]),
input:where([type="reset"]) {
  font-family: var(--aml-button-font-family, inherit);
}
