/* Ubuntu Sans + Inter Font Families.
   Fonts are imported once, in design-tokens.css (same families, wider
   weight range), so this file no longer requests them itself. */

/* Apply Ubuntu Sans-Medium to all page titles */
h1 {
    font-family: var(--font-display) !important;
}

/* Apply to page headers specifically */
.page-header h1 {
    font-family: var(--font-display) !important;
}

/* Apply to dashboard titles */
.dashboard-title h1 {
    font-family: var(--font-display) !important;
}

/* Apply to table titles */
.table-title h1 {
    font-family: var(--font-display) !important;
}
