/** 
 * 变量覆盖要放在 scss 下面
 */
:root {}

[data-theme="light"],
:root:not([data-theme="dark"]) {
  /** 
   * 
   --primary: rgb(79, 70, 229);
   --primary-hover: rgb(67,56,202);
   */

  --primary: #1677ff;
  --primary-hover: #4096ff;
  /** 
   * 
   */

  --primary-focus: rgba(241, 245, 249, 1);
  --primary-inverse: #FFF;
}

[aria-busy=true] {
  cursor: auto;
}

[data-tooltip]:not(a, button, input) {
  cursor: auto;
  border-bottom: none;
}
