/**
 * 全站设计变量（前台 + 后台共用）
 * 在各自 bootstrap / 主题 CSS 之前引入，便于 custom.css、分页等复用。
 */
:root {
  /* 品牌色（与 front/css/custom 原值对齐，可在此统一改主题） */
  --yj-color-primary: rgb(228 110 35);
  --yj-color-link: rgb(55 133 250);
  --yj-color-link-hover: rgb(40 110 220);
  --yj-color-accent: #0d6efd;
  --yj-color-text: #1a1a2e;
  --yj-color-muted: #6c757d;
  --yj-color-border: #adb5bd;
  --yj-color-border-subtle: #dee2e6;
  --yj-color-surface: #fff;
  --yj-color-surface-muted: #f1f3f5;
  --yj-color-surface-hover: #e9ecef;

  --yj-radius-sm: 6px;
  --yj-radius-md: 8px;
  --yj-space-unit: 0.25rem;

  --yj-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  --yj-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
  --yj-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
}
