/* AUTO-GENERATED from shared/primer-tokens — do not edit; regenerate via shared/primer-tokens/sync.sh. */

/* Canonical Primer Soft Dark + Light design tokens.
   Source: @primer/primitives@11.9.0 functional themes
   (dist/css/functional/themes/dark-dimmed.css + light.css).
   Authoritative-source note + fetch method: see README.md in this dir.
   Edit THIS file, then run ./sync.sh to propagate to services. */

:root,
[data-theme="dark"] {
  --bgColor-default: #212830;
  --bgColor-muted: #262c36;
  --overlay-bgColor: #2a313c;
  --bgColor-inset: #151b23;
  --bgColor-emphasis: #3d444d;
  --bgColor-neutral-muted: #656c7633;
  --borderColor-default: #3d444d;
  --fgColor-default: #d1d7e0;
  --fgColor-muted: #9198a1;
  --fgColor-accent: #478be6;
  --fgColor-link: #478be6;
  --bgColor-accent-muted: #4184e41a;
  --fgColor-success: #57ab5a;
  --bgColor-success-muted: #46954a26;
  --fgColor-danger: #e5534b;
  --bgColor-danger-muted: #e5534b1a;
  --fgColor-attention: #c69026;
  --bgColor-attention-muted: #ae7c1426;
  --fgColor-done: #986ee2;
  --bgColor-done-muted: #986ee226;
  color-scheme: dark;
}

/* Light values shared by explicit toggle and system-preference auto mode. */
[data-theme="light"] {
  --bgColor-default: #ffffff;
  --bgColor-muted: #f6f8fa;
  --overlay-bgColor: #ffffff;
  --bgColor-inset: #f6f8fa;
  --bgColor-emphasis: #25292e;
  --bgColor-neutral-muted: #818b981f;
  --borderColor-default: #d1d9e0;
  --fgColor-default: #1f2328;
  --fgColor-muted: #59636e;
  --fgColor-accent: #0969da;
  --fgColor-link: #0969da;
  --bgColor-accent-muted: #ddf4ff;
  --fgColor-success: #1a7f37;
  --bgColor-success-muted: #dafbe1;
  --fgColor-danger: #d1242f;
  --bgColor-danger-muted: #ffebe9;
  --fgColor-attention: #9a6700;
  --bgColor-attention-muted: #fff8c5;
  --fgColor-done: #8250df;
  --bgColor-done-muted: #fbefff;
  color-scheme: light;
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]):not([data-theme="light"]) {
    --bgColor-default: #ffffff;
    --bgColor-muted: #f6f8fa;
    --overlay-bgColor: #ffffff;
    --bgColor-inset: #f6f8fa;
    --bgColor-emphasis: #25292e;
    --bgColor-neutral-muted: #818b981f;
    --borderColor-default: #d1d9e0;
    --fgColor-default: #1f2328;
    --fgColor-muted: #59636e;
    --fgColor-accent: #0969da;
    --fgColor-link: #0969da;
    --bgColor-accent-muted: #ddf4ff;
    --fgColor-success: #1a7f37;
    --bgColor-success-muted: #dafbe1;
    --fgColor-danger: #d1242f;
    --bgColor-danger-muted: #ffebe9;
    --fgColor-attention: #9a6700;
    --bgColor-attention-muted: #fff8c5;
    --fgColor-done: #8250df;
    --bgColor-done-muted: #fbefff;
    color-scheme: light;
  }
}
