/* Generated by packages/tokens/scripts/build-tokens.mjs. Do not edit by hand. */
[data-theme="dark"] {
  --my-ds-theme-dark-color-surface-default: #0f172a;
  --my-ds-theme-dark-color-surface-subtle: #172033;
  --my-ds-theme-dark-color-surface-raised: #1e293b;
  --my-ds-theme-dark-color-surface-inverse: #ffffff;
  --my-ds-theme-dark-color-border-quiet: #30405c;
  --my-ds-theme-dark-color-border-loud: #b8c4d4;
  --my-ds-theme-dark-color-text-loud: #f8fafc;
  --my-ds-theme-dark-color-text-default: #d8e0ea;
  --my-ds-theme-dark-color-text-quiet: #b8c4d4;
  --my-ds-theme-dark-color-focus: #80a7ff;
  --my-ds-theme-dark-color-action-default-bg: #1e293b;
  --my-ds-theme-dark-color-action-default-bg-hover: #27364d;
  --my-ds-theme-dark-color-action-default-text: #f8fafc;
  --my-ds-theme-dark-color-action-primary-bg: #80a7ff;
  --my-ds-theme-dark-color-action-primary-bg-hover: #9bbaff;
  --my-ds-theme-dark-color-action-primary-text: #0f172a;
  --my-ds-theme-dark-color-action-danger-bg: #5f1717;
  --my-ds-theme-dark-color-action-danger-bg-hover: #7f1d1d;
  --my-ds-theme-dark-color-action-danger-text: #fee2e2;
  --my-ds-theme-dark-color-action-success-bg: #14532d;
  --my-ds-theme-dark-color-action-success-bg-hover: #166534;
  --my-ds-theme-dark-color-action-success-text: #dcfce7;
  --my-ds-theme-dark-color-status-warning-bg: #713f12;
  --my-ds-theme-dark-color-status-warning-text: #fef3c7;
}

[data-theme="dark"] {
  --theme-color-surface-default: var(--my-ds-theme-dark-color-surface-default);
  --theme-color-surface-subtle: var(--my-ds-theme-dark-color-surface-subtle);
  --theme-color-surface-raised: var(--my-ds-theme-dark-color-surface-raised);
  --theme-color-surface-inverse: var(--my-ds-theme-dark-color-surface-inverse);
  --theme-color-border-quiet: var(--my-ds-theme-dark-color-border-quiet);
  --theme-color-border-loud: var(--my-ds-theme-dark-color-border-loud);
  --theme-color-text-loud: var(--my-ds-theme-dark-color-text-loud);
  --theme-color-text-default: var(--my-ds-theme-dark-color-text-default);
  --theme-color-text-quiet: var(--my-ds-theme-dark-color-text-quiet);
  --theme-color-focus: var(--my-ds-theme-dark-color-focus);
  --theme-color-action-default-bg: var(--my-ds-theme-dark-color-action-default-bg);
  --theme-color-action-default-bg-hover: var(--my-ds-theme-dark-color-action-default-bg-hover);
  --theme-color-action-default-text: var(--my-ds-theme-dark-color-action-default-text);
  --theme-color-action-primary-bg: var(--my-ds-theme-dark-color-action-primary-bg);
  --theme-color-action-primary-bg-hover: var(--my-ds-theme-dark-color-action-primary-bg-hover);
  --theme-color-action-primary-text: var(--my-ds-theme-dark-color-action-primary-text);
  --theme-color-action-danger-bg: var(--my-ds-theme-dark-color-action-danger-bg);
  --theme-color-action-danger-bg-hover: var(--my-ds-theme-dark-color-action-danger-bg-hover);
  --theme-color-action-danger-text: var(--my-ds-theme-dark-color-action-danger-text);
  --theme-color-action-success-bg: var(--my-ds-theme-dark-color-action-success-bg);
  --theme-color-action-success-bg-hover: var(--my-ds-theme-dark-color-action-success-bg-hover);
  --theme-color-action-success-text: var(--my-ds-theme-dark-color-action-success-text);
  --theme-color-status-warning-bg: var(--my-ds-theme-dark-color-status-warning-bg);
  --theme-color-status-warning-text: var(--my-ds-theme-dark-color-status-warning-text);
}
