/*
  HD Admin docs theme ("Blue Glow").
  Deep blue-black with a blue brand, gradient header, soft glows. Every hue
  lives in the --hd-* knobs below, so retinting the whole site (see the blue
  lab in blue-lab.css) means redefining a dozen variables. The docs are pinned
  to the slate scheme in mkdocs.yml; the double attribute selector matches
  Material's own palette selectors' weight, or its deep-purple rules keep
  beating these variables for link colours

  Violet originals, for reverting the blue era entirely:
    accent #9c92ff | links #a89fff | pills #beb6ff | admonition #7066ff
    header gradient #2b1f5e #241a4e #1c1540 | banner gradient #251a52 #1d1440 #16122e
    borders rgba(140,128,255,x) | pill bg rgba(112,102,255,x) | keyword #c792ff
*/

body[data-md-color-scheme="slate"][data-md-color-primary] {
  /* Theme knobs (Roblox Blue, anchored on #335FFF). Tints are r, g, b
     triplets for rgba() use */
  --hd-accent: #5c7cff;
  --hd-accent-strong: #335fff;
  --hd-link: #7d97ff;
  --hd-pill-text: #a5b6ff;
  --hd-tint: 92, 124, 255;
  --hd-strong-tint: 51, 95, 255;
  --hd-grad-1: #22307c;
  --hd-grad-2: #1a2560;
  --hd-grad-3: #131b48;
  --hd-bgrad-1: #192459;
  --hd-bgrad-2: #131b45;
  --hd-bgrad-3: #0d1334;
  --hd-keyword: #7d97ff;
  --hd-function: #66d9ff;
}
