/* INSEE theme — values sourced from sccc-contractor-management (see DESIGN.md §สี)
 * Single light master by design: light bg wins on bright-area TVs, projectors,
 * and against white app screenshots. Dark lives only in the navy band + bookend cards. */
:root {
  --brand: #ed1c24;            /* INSEE red — canonical, from logo pixels (access-check theme/insee.ts) */
  --brand-dark: #c4121a;       /* pressed / red text on white (6.2:1) */
  --brand-soft-text: #ff8a90;  /* red-tinted text usable on navy */

  --navy: #10243a;             /* caption band + bookend cards */
  --dim: rgba(16, 36, 58, 0.55);

  --letterbox: #0c0d0f;        /* around the stage in live mode only */
  --page-bg: #f0f2f5;
  --card-border: #d8dee6;

  --ink: #1b1e22;
  --ink-2: #5b6470;
  --ink-3: #8a919b;

  --ok: #1e8e3e;

  /* single family — Shin decided 2026-08-19 (see DESIGN.md §Font) */
  --font-head: 'Kanit', sans-serif;
  --font-body: 'Kanit', sans-serif;
}
