/* FariDocs 1.22.3 — consistent application UI typography. */
:root {
    --font: Inter, "Segoe UI", sans-serif;
    --ui-font: Inter, "Segoe UI", sans-serif;
}

html, body, button, input, textarea, select, option {
    font-family: Inter, "Segoe UI", sans-serif;
}

/* The document preview receives its selected font as an inline value from
   generator.js. PDF rendering uses the same submitted font on the server. */
.document-preview { text-rendering: geometricPrecision; }
