/* FariDocs 1.20.2 — unified Inter interface typography */
:root {
    --font: Inter, "Aptos", "Segoe UI Variable", "Segoe UI", ui-sans-serif, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

html,
body,
button,
input,
textarea,
select {
    font-family: var(--font);
}

body {
    font-kerning: normal;
    font-synthesis: weight style;
    text-rendering: optimizeLegibility;
}

/* The live document preview keeps its selected font through its inline style. */
.document-preview {
    transition: font-family .2s ease, aspect-ratio .24s ease;
}
