/* Theme: Matthew Sexton LCSW PLLC — derived from matthewsextonlcswpllc/
   styles.css (bone #FBFAF6, ink #14181F, ink-2 #4A5260, gold #C8A35A) and
   pllc-chrome.css (glade #0B425F, gold #D4AF37). Gold fails 4.5:1 on bone at
   any usable weight, so the deep glade blue is the accent and gold is retired
   to decoration only (it appears in no token here).
   Contrast: ink 17.04 / accent 10.27 / secondary 7.54 on ground. */
:root[data-ds-theme="pllc"] {
  color-scheme: light;
  --ds-ground: #fbfaf6;
  --ds-ground-alt: #f2eee2;
  --ds-panel: #ffffff;
  --ds-panel-deep: #f2eee2;
  --ds-ink: #14181f;
  --ds-ink-strong: #14181f;
  --ds-ink-secondary: #4a5260;
  --ds-accent: #0b425f;
  --ds-accent-deep: #071e30;
  --ds-accent-surface: #e6eef3;
  --ds-on-accent: #fbfaf6;
  --ds-line: rgba(20, 24, 31, 0.16);
  --ds-line-soft: rgba(20, 24, 31, 0.08);
  --ds-line-strong: #14181f;
  --ds-ok: #1f5c3a;
  --ds-warn: #6b4f22;
  --ds-error: #8c2213;
  --ds-grain-image: none;
  --ds-media-filter: grayscale(0.35) contrast(1.05);
  --ds-media-blend: normal;
  --ds-media-opacity: 0.9;
  --ds-radius: 0px;
}
