/* ADR Trainer 4.0.9
 * No bundled font binaries are shipped. The former @font-face declarations
 * referenced files that were not present and caused avoidable 404 requests.
 * Keep typography local/privacy-friendly via the system font stack.
 */
:root{
  --font-sans:Arial,"Helvetica Neue",system-ui,-apple-system,"Segoe UI",sans-serif;
}
