/*
 * Family tokens are owned by tokens.css and the Typography service.
 * Google Fonts are enqueued as one CSS2 request when selected; this file
 * never uses @import. System stacks remain the fallback if remote faces fail.
 */
:root:lang(en) {
	--bankera-font-body: var(--bankera-font-en);
}
body {
	font-family: var(--bankera-font-primary, var(--bankera-font-body));
}
h1, h2, h3, h4, h5, h6,
.bankera-card-title,
.bankera-section-title,
.bankera-site-name,
.bankera-footer-site-name,
.bankera-core-title,
.bankera-core-heading__title {
	font-family: var(--bankera-font-heading);
}
code, kbd, samp, pre {
	font-family: ui-monospace, SFMono-Regular, Consolas, Menlo, monospace;
}
