/*
 * 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-app-header--background: var(--theme-color-2);
  --theme-app-header--border-color: var(--theme-color-weak-bdr);
  --theme-app-header--border-width: var(--theme-blind--border-thickness);
  --theme-app-header--color: var(--theme-color-std-text);
  --theme-app-header-app-icon--outline-color: var(--theme-color-8);
  --theme-app-header-logo--color: var(--theme-color-logo);
  --theme-app-header-name-suffix--color: var(--theme-color-soft-text);
}