/* Keycloak emploie aussi h1 pour ses titres de section. Le composant de page
   Yapuka appartient exclusivement au titre marque data-testid=page-heading. */

.pf-v5-c-page__main h1:not([data-testid="page-heading"]) {
    min-height: 0;
    margin: 0 0 18px;
    padding: 0;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 20px;
    font-weight: 650;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.pf-v5-c-page__main h1:not([data-testid="page-heading"])::before,
.pf-v5-c-page__main h1:not([data-testid="page-heading"])::after {
    content: none;
    display: none;
}

.pf-v5-c-page__main h1[data-testid="page-heading"] {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
