/*
  HCE · Tipografía unificada v9
  Mantiene el diseño cálido, pero recupera la familia tipográfica original
  del sistema de examen: interfaz sans-serif del dispositivo.
*/
:root {
  --hce-system-font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body,
header h1,
header h2,
.title,
.timer,
.timer strong,
.closing-card,
.closing-card strong,
.field,
.label,
.instructions,
.notice,
.admin-form,
.admin-form input,
.admin-form textarea,
.admin-form select,
.prompt,
.answer,
.counter,
.button,
.footer,
.table,
.table th,
.table td {
  font-family: var(--hce-system-font);
}

/* La jerarquía sigue siendo clara, pero sin la serif añadida en el diseño cálido. */
header h1,
.title,
.timer strong,
.closing-card strong {
  font-family: var(--hce-system-font);
  letter-spacing: normal;
}

header h1 { font-weight: 700; }
.title { font-weight: 700; }
.timer strong { font-variant-numeric: tabular-nums; }
