/* ============================================================
   site.css — Project-specific overrides
   All base styles live in design-tokens.css + components.css.
   This file is for page-specific tweaks only.
   ============================================================ */

/* Ensure Inter is used as primary font */
:root {
  --bs-body-font-family: var(--font-sans);
}

/* Execution detail blocks */
.execution-detail-block summary {
  cursor: pointer;
  font-weight: var(--font-semibold);
}

