/* Generated by packages/tokens/scripts/build-tokens.mjs. Do not edit by hand. */
:root,
[data-theme="default"] {
  --my-ds-theme-default-color-surface-default: #ffffff;
  --my-ds-theme-default-color-surface-subtle: #f8fafc;
  --my-ds-theme-default-color-surface-raised: #ffffff;
  --my-ds-theme-default-color-surface-inverse: #0f172a;
  --my-ds-theme-default-color-border-quiet: #d8e0ea;
  --my-ds-theme-default-color-border-loud: #64748b;
  --my-ds-theme-default-color-text-loud: #0f172a;
  --my-ds-theme-default-color-text-default: #334155;
  --my-ds-theme-default-color-text-quiet: #64748b;
  --my-ds-theme-default-color-focus: #2f6fed;
  --my-ds-theme-default-color-action-default-bg: #ffffff;
  --my-ds-theme-default-color-action-default-bg-hover: #f8fafc;
  --my-ds-theme-default-color-action-default-text: #0f172a;
  --my-ds-theme-default-color-action-primary-bg: #2f6fed;
  --my-ds-theme-default-color-action-primary-bg-hover: #245bd1;
  --my-ds-theme-default-color-action-primary-text: #ffffff;
  --my-ds-theme-default-color-action-danger-bg: #fee2e2;
  --my-ds-theme-default-color-action-danger-bg-hover: #fca5a5;
  --my-ds-theme-default-color-action-danger-text: #b91c1c;
  --my-ds-theme-default-color-action-success-bg: #dcfce7;
  --my-ds-theme-default-color-action-success-bg-hover: #86efac;
  --my-ds-theme-default-color-action-success-text: #166534;
  --my-ds-theme-default-color-status-warning-bg: #fef3c7;
  --my-ds-theme-default-color-status-warning-text: #a16207;
}

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