/* Credgenics brand theme — full palette beyond the 3 build-injected vars
   (--primary / --primary-soft / --bg are set by build.sh from .env).
   Indigo #4468F8 primary + Navy #0A0E3A ink, derived from the client logo. */
:root {
  --surface: #FFFFFF;
  --surface-2: #F7F8FB;   /* canvas */
  --surface-3: #EEF1FE;   /* indigo 50 */
  --line: rgba(10, 14, 58, 0.10);   /* navy at low alpha */
  --text: #0A0E3A;        /* navy ink — headings & body */
  --muted: #6B7090;       /* slate 500 */
  --faint: #CBD0DE;       /* gray 300 */
  --accent: #0A0E3A;      /* navy ink accent */
  --success: #16A571;
  --danger: #E5484D;
}
