/* skin: infernal
 * The running-gag skin: red + black, very dark.
 * Per copy-and-tone.md, the gag is one knowing wink — colors stay restrained. */

:root[data-skin="infernal"] {
  --color-bg-base:        #0a0204;
  --color-bg-elevated:    #150508;
  --color-bg-subtle:      #1f0810;
  --color-bg-inset:       #050102;

  --color-text-primary:   #f0d8da;
  --color-text-secondary: #b9939a;
  --color-text-muted:     #75555c;

  --color-border-subtle:  #2a0c14;
  --color-border-default: #3d1019;
  --color-border-strong:  #5b1825;

  --color-accent:         #ff3b3b;
  --color-accent-cool:    #d24a4a;
  --color-accent-soft:    #a01818;

  --watermark-color: rgba(255,40,40,0.045);

  --scroll-track:        #050102;
  --scroll-thumb:        #5b1825;
  --scroll-thumb-hover:  #8b2030;
  --scroll-arrow-bg:     #ff3b3b;
  --scroll-arrow-bg-hover: #ff6060;
  --scroll-arrow-fg:     #1a0508;

  color-scheme: dark;
}
