:root {
  --rsc-primary: #0b5ed7;
  --rsc-primary-dark: #073b7a;
  --rsc-primary-contrast: #ffffff;
  --rsc-secondary: #16a085;
  --rsc-accent: #f59e0b;
  --rsc-danger: #b42318;
  --rsc-text: #172033;
  --rsc-muted: #667085;
  --rsc-border: #d9e2ef;
  --rsc-surface: #ffffff;
  --rsc-surface-muted: #f8fbff;
  --rsc-soft: #f5f8fc;
  --rsc-soft-blue: #eaf3ff;
  --rsc-code-bg: #101828;
  --rsc-code-text: #edf4ff;
  --rsc-card-shadow: 0 14px 40px rgba(15, 35, 65, .07);
  --rsc-navbar-bg: rgba(255, 255, 255, .94);
  --rsc-navbar-shadow: 0 8px 26px rgba(15, 35, 65, .08);
  --rsc-endpoint-header: linear-gradient(90deg, #f8fbff, #eef7f4);
  --rsc-table-striped: #f7fbff;
  --rsc-footer-bg: #071a34;
  --rsc-footer-text: rgba(255, 255, 255, .78);
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --rsc-primary: #78b7ff;
  --rsc-primary-dark: #d6eaff;
  --rsc-primary-contrast: #071a34;
  --rsc-secondary: #57d6bd;
  --rsc-accent: #fbbf24;
  --rsc-danger: #d92d20;
  --rsc-text: #e6edf7;
  --rsc-muted: #aab8cc;
  --rsc-border: #263954;
  --rsc-surface: #101c2f;
  --rsc-surface-muted: #14243b;
  --rsc-soft: #07111f;
  --rsc-soft-blue: #102a4a;
  --rsc-code-bg: #050b14;
  --rsc-code-text: #eef6ff;
  --rsc-card-shadow: 0 18px 44px rgba(0, 0, 0, .28);
  --rsc-navbar-bg: rgba(8, 18, 33, .94);
  --rsc-navbar-shadow: 0 8px 26px rgba(0, 0, 0, .28);
  --rsc-endpoint-header: linear-gradient(90deg, #101c2f, #102a35);
  --rsc-table-striped: #13243b;
  --rsc-footer-bg: #050b14;
  --rsc-footer-text: rgba(230, 237, 247, .78);
}
