/**
 * Tipografía pública estándar (misma pila que test.php):
 * Inter — cuerpo, formularios, UI
 * Segoe UI / system-ui — títulos h1–h3
 */

html,
html body,
html button,
html input,
html select,
html textarea,
html label,
html p,
html span,
html a,
html li,
html td,
html th {
    font-family: Inter, system-ui, -apple-system, sans-serif;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html h1,
html h2,
html h3,
html .site-heading {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

html body {
    font-size: 1rem;
    line-height: 1.625;
}
