/* Typography system — v0.2.45 */
:root {
	--ep-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ep-font-heading: "Playfair Display", Georgia, "Times New Roman", serif;
}

body.ep-portal-page,
body.ep-auth-template,
.ep-app,
.ep-auth-page,
.ep-admin-report,
.ep-app input,
.ep-app select,
.ep-app textarea,
.ep-app button,
.ep-auth-page input,
.ep-auth-page select,
.ep-auth-page textarea,
.ep-auth-page button {
	font-family: var(--ep-font-body) !important;
}

body.ep-portal-page h1,
body.ep-portal-page h2,
body.ep-portal-page h3,
body.ep-auth-template h1,
body.ep-auth-template h2,
body.ep-auth-template h3,
.ep-page-title,
.ep-section-title,
.ep-card-title,
.ep-auth-showcase h1,
.ep-auth-brand strong,
.ep-sidebar-brand strong,
.ep-widget-title,
.ep-panel-title,
.ep-kpi-value,
.ep-admin-report h1,
.ep-admin-report h2,
.ep-admin-report h3 {
	font-family: var(--ep-font-heading) !important;
	letter-spacing: -0.025em;
}

.ep-auth-showcase h1,
.ep-page-title,
body.ep-portal-page h1,
body.ep-auth-template h1 {
	font-weight: 800;
}

.ep-auth-brand strong,
.ep-sidebar-brand strong,
.ep-card-title,
.ep-section-title {
	font-weight: 700;
}
