/* Local font fallbacks used to remove runtime dependence on hosted font CDNs. */
:root {
    --font-ui-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    --font-ui-serif: Georgia, "Times New Roman", serif;
}

html,
body,
button,
input,
select,
textarea {
    font-family: Manrope, Inter, "Plus Jakarta Sans", Poppins, var(--font-ui-sans);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.auth-title,
.brand-text,
.story-panel h2,
.proof-panel .quote {
    font-family: Fraunces, "Source Serif 4", var(--font-ui-serif);
}

code,
pre,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}
