/*
  KEIHI theme overrides
  - common styles are in ../common/common.css
*/
:root{
  --bg:#ffffff;
  --bg2:#f7f7ff;
  --text:#0b1220;
  --muted:#59617a;
  --border:rgba(24, 32, 58, .12);
  --shadow:0 10px 30px rgba(12, 32, 58, .08);

  /* Theme: indigo */
  --brand:#1f2a5a;
  --brand2:#2f3a84;
  --accent:#6d5efc;

  /* Hero background (per-LP) */
  --hero-grad-1: rgba(31, 42, 90, .10);
  --hero-grad-2: rgba(109, 94, 252, .14);
  --quote-grad-1: rgba(31, 42, 90, .18);
  --quote-grad-2: rgba(109, 94, 252, .16);

  --radius:18px;
}
