:root {
  color-scheme: dark;
  --pv2-font-ui: Inter, "Segoe UI", Arial, sans-serif;
  --pv2-font-code: "IBM Plex Mono", Consolas, monospace;
  --pv2-bg: #050806;
  --pv2-sidebar: #060b09;
  --pv2-surface: #0b1411;
  --pv2-surface-raised: #101c17;
  --pv2-surface-hover: #14231d;
  --pv2-line: rgb(201 164 90 / 20%);
  --pv2-line-strong: rgb(201 164 90 / 42%);
  --pv2-gold: #c9a45a;
  --pv2-gold-strong: #e0c57d;
  --pv2-gold-ink: #1b1509;
  --pv2-lapis: #2b9ba0;
  --pv2-lapis-soft: #0b2928;
  --pv2-platinum: #45c6c7;
  --pv2-platinum-strong: #76e1df;
  --pv2-platinum-soft: #082829;
  --pv2-agency: #6487d4;
  --pv2-agency-strong: #9ab5f0;
  --pv2-agency-soft: #10182b;
  --pv2-text: #f1e7ce;
  --pv2-text-soft: #c7bda5;
  --pv2-muted: #9b927e;
  --pv2-muted-2: #716b5d;
  --pv2-success: #52c78a;
  --pv2-success-soft: #0c2b1d;
  --pv2-warning: #e4ad52;
  --pv2-warning-soft: #2e210c;
  --pv2-danger: #e46d69;
  --pv2-danger-soft: #321313;
  --pv2-silver: #aebbc0;
  --pv2-sidebar-width: 264px;
  --pv2-topbar-height: 64px;
  --pv2-radius: 6px;
  --pv2-shadow: 0 16px 34px rgb(0 0 0 / 28%);
}
