/*
 * STSP (南科) per-site theme overrides.
 *
 * NOTE: this is the file actually served — BaseLayout links themeHref
 * "/stsp.css", which resolves to public/. packages/theme/stsp.css is not
 * imported anywhere; keep the two in sync or delete the orphan.
 */
:root {
  /*
   * Heading colour sampled from the STSP mark itself (images/stslogo.png) —
   * the dominant blue of the arc is #073190 (client review 2026-07-24:
   * 「網頁的標題顏色，用logo的藍色」). Measures 11.34:1 on white, clearing
   * AA (4.5:1) and AAA (7:1) at any text size.
   */
  --stsp-logo-blue: #073190;

  --site-accent: var(--brand-blue);
  --site-accent-ink: #1f5e8f; /* AA-safe blue on white */
  --heading: var(--stsp-logo-blue);
}
