/*
 * 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-link-btn--border-color: var(--theme-color-ghost);
  --theme-link-btn--border-color--active: var(--theme-color-ghost);
  --theme-link-btn--border-color--disabled: var(--theme-color-ghost);
  --theme-link-btn--border-color--hover: var(--theme-color-ghost);
  --theme-link-btn--border-color--visited: var(--theme-color-ghost);
  --theme-link-btn--color: var(--theme-color-primary);
  --theme-link-btn--color--active: var(--theme-color-dynamic);
  --theme-link-btn--color--disabled: var(--theme-color-weak-text);
  --theme-link-btn--color--hover: var(--theme-color-dynamic);
  --theme-link-btn--color--visited: var(--theme-color-primary);
}