/*
 * SPDX-FileCopyrightText: 2025 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

/*
 * NOTE: This file is automatically generated.
 * Do NOT edit this file directly — changes will be overwritten.
 * To make permanent changes ask for assistant inside the pull request
 */
@mixin setVars {
  --theme-card--border-radius: var(--theme-default-border-radius);
  --theme-card--border-width: var(--theme-border-width-default);
  --theme-card--focus--outline-offset: var(--theme-focus-outline-offset);
  --theme-card-alarm--background: var(--theme-color-alarm);
  --theme-card-alarm--background--active: var(--theme-color-alarm--active);
  --theme-card-alarm--background--hover: var(--theme-color-alarm--hover);
  --theme-card-alarm--background--selected: var(--theme-color-alarm);
  --theme-card-alarm--border-color: var(--theme-color-0);
  --theme-card-alarm--border-color--active: var(--theme-color-0);
  --theme-card-alarm--border-color--hover: var(--theme-color-0);
  --theme-card-alarm--border-color--selected: var(--theme-color-dynamic);
  --theme-card-alarm--color: var(--theme-color-alarm--contrast);
  --theme-card-critical--background: var(--theme-color-critical);
  --theme-card-critical--background--active: var(--theme-color-critical--active);
  --theme-card-critical--background--hover: var(--theme-color-critical--hover);
  --theme-card-critical--background--selected: var(--theme-color-critical);
  --theme-card-critical--border-color: var(--theme-color-0);
  --theme-card-critical--border-color--active: var(--theme-color-0);
  --theme-card-critical--border-color--hover: var(--theme-color-0);
  --theme-card-critical--border-color--selected: var(--theme-color-dynamic);
  --theme-card-critical--color: var(--theme-color-critical--contrast);
  --theme-card-filled--background: var(--theme-color-component-1);
  --theme-card-filled--background--active: var(--theme-color-component-1--active);
  --theme-card-filled--background--hover: var(--theme-color-component-1--hover);
  --theme-card-filled--background--selected: var(--theme-color-ghost--selected);
  --theme-card-filled--border-color: var(--theme-color-0);
  --theme-card-filled--border-color--active: var(--theme-color-0);
  --theme-card-filled--border-color--hover: var(--theme-color-0);
  --theme-card-filled--border-color--selected: var(--theme-color-dynamic);
  --theme-card-filled--color: var(--theme-color-std-text);
  --theme-card-info--background: var(--theme-color-info);
  --theme-card-info--background--active: var(--theme-color-info--active);
  --theme-card-info--background--hover: var(--theme-color-info--hover);
  --theme-card-info--background--selected: var(--theme-color-info);
  --theme-card-info--border-color: var(--theme-color-0);
  --theme-card-info--border-color--active: var(--theme-color-0);
  --theme-card-info--border-color--hover: var(--theme-color-0);
  --theme-card-info--border-color--selected: var(--theme-color-dynamic);
  --theme-card-info--color: var(--theme-color-info--contrast);
  --theme-card-neutral--background: var(--theme-color-neutral);
  --theme-card-neutral--background--active: var(--theme-color-neutral--active);
  --theme-card-neutral--background--hover: var(--theme-color-neutral--hover);
  --theme-card-neutral--background--selected: var(--theme-color-neutral);
  --theme-card-neutral--border-color: var(--theme-color-0);
  --theme-card-neutral--border-color--active: var(--theme-color-0);
  --theme-card-neutral--border-color--hover: var(--theme-color-0);
  --theme-card-neutral--border-color--selected: var(--theme-color-dynamic);
  --theme-card-neutral--color: var(--theme-color-neutral--contrast);
  --theme-card-outline--background: var(--theme-color-ghost);
  --theme-card-outline--background--active: var(--theme-color-ghost--active);
  --theme-card-outline--background--hover: var(--theme-color-ghost--hover);
  --theme-card-outline--background--selected: var(--theme-color-ghost--selected);
  --theme-card-outline--border-color: var(--theme-color-soft-bdr);
  --theme-card-outline--border-color--active: var(--theme-color-soft-bdr);
  --theme-card-outline--border-color--hover: var(--theme-color-soft-bdr);
  --theme-card-outline--border-color--selected: var(--theme-color-dynamic);
  --theme-card-outline--color: var(--theme-color-std-text);
  --theme-card-primary--background: var(--theme-color-primary);
  --theme-card-primary--background--active: var(--theme-color-primary--active);
  --theme-card-primary--background--hover: var(--theme-color-primary--hover);
  --theme-card-primary--background--selected: var(--theme-color-primary);
  --theme-card-primary--border-color: var(--theme-color-0);
  --theme-card-primary--border-color--active: var(--theme-color-0);
  --theme-card-primary--border-color--hover: var(--theme-color-0);
  --theme-card-primary--border-color--selected: var(--theme-color-dynamic);
  --theme-card-primary--color: var(--theme-color-primary--contrast);
  --theme-card-success--background: var(--theme-color-success);
  --theme-card-success--background--active: var(--theme-color-success--active);
  --theme-card-success--background--hover: var(--theme-color-success--hover);
  --theme-card-success--background--selected: var(--theme-color-success);
  --theme-card-success--border-color: var(--theme-color-0);
  --theme-card-success--border-color--active: var(--theme-color-0);
  --theme-card-success--border-color--hover: var(--theme-color-0);
  --theme-card-success--border-color--selected: var(--theme-color-dynamic);
  --theme-card-success--color: var(--theme-color-success--contrast);
  --theme-card-warning--background: var(--theme-color-warning);
  --theme-card-warning--background--active: var(--theme-color-warning--active);
  --theme-card-warning--background--hover: var(--theme-color-warning--hover);
  --theme-card-warning--background--selected: var(--theme-color-warning);
  --theme-card-warning--border-color: var(--theme-color-0);
  --theme-card-warning--border-color--active: var(--theme-color-0);
  --theme-card-warning--border-color--hover: var(--theme-color-0);
  --theme-card-warning--border-color--selected: var(--theme-color-dynamic);
  --theme-card-warning--color: var(--theme-color-warning--contrast);
}