/* ============================================================
   Theme: hawley-daylight (LIGHT) — davidhawley.co.uk A/B light arm.
   Fixed off-white page, cool navy-tinted greys (never warm — warm greys
   read yellowy). Accent flips gold → mid navy: gold fails AA on off-white,
   navy (#234270) clears it at ~9.4:1. Applied under [data-theme="light"]
   only, so toggling the attribute reskins the page with no reload.
   Note the L80% dark-muted rule does NOT apply here — on a light page
   --muted must be DARK enough for contrast (#5C6675, ~5.7:1).
   ============================================================ */

[data-theme="light"] {
  --bg: #FCF9F6;
  --surface: #FCFDFE;
  --surface-2: #F3F6F9;
  --line: #E3E7ED;
  --line-strong: #D3DAE3;

  --fg: #15191F;
  --muted: #5C6675;
  --subtle: #7B8695;
  --faint: #C3CBD6;

  --accent: #234270;           /* navy */
  --accent-hover: #2C5089;
  --accent-2: #234270;
  --on-accent: #EEF2F7;        /* off-white on navy, ~9:1 */
  --focus: #234270;

  --success: #2F7D46;
  --danger: #B23B32;
  --attention: #8A5A12;

  --shadow-2: 0 8px 30px rgba(20, 40, 80, 0.12);
  --shadow-3: 0 24px 80px rgba(20, 40, 80, 0.16);
}
