/*
 * SPDX-FileCopyrightText: © 2024 Schneider Electric
 *
 * SPDX-License-Identifier: LicenseRef-Proprietary
*/

/*
 * SPDX-FileCopyrightText: © 2024 Schneider Electric
 *
 * SPDX-License-Identifier: LicenseRef-Proprietary
*/

/* Paneuropean covers latin, latin-ext, cyrillic and cyrillic-ext */

@font-face {
  font-family: 'Arial Rounded MT for SE';
  font-style: normal;
  font-display: var(--qds-font-display-value, swap);
  font-weight: 400; /* stylelint-disable-line font-weight-notation */
  src:
    local('Arial Rounded MT for SE'),
    url('./files/ArialRoundedMTforSE-Regular_Paneuropean.woff2') format('woff2'),
    url('./files/ArialRoundedMTforSE-Regular_Paneuropean.woff') format('woff');
}

/*
 * SPDX-FileCopyrightText: © 2024 Schneider Electric
 *
 * SPDX-License-Identifier: LicenseRef-Proprietary
*/

/* Paneuropean covers latin, latin-ext, cyrillic and cyrillic-ext */

@font-face {
  font-family: 'Arial Rounded MT for SE';
  font-style: normal;
  font-display: var(--qds-font-display-value, swap);
  font-weight: 700; /* stylelint-disable-line font-weight-notation */
  src:
    local('Arial Rounded MT for SE'),
    url('./files/ArialRoundedMTforSE-Bold_Paneuropean.woff2') format('woff2'),
    url('./files/ArialRoundedMTforSE-Bold_Paneuropean.woff') format('woff');
}

/*
 * SPDX-FileCopyrightText: © 2024 Schneider Electric
 *
 * SPDX-License-Identifier: LicenseRef-Proprietary
*/

[lang='vi'],
[lang='vi-vn' i] {
  /* stylelint-disable-next-line declaration-no-important */
  --qds-font-family-brand: arial, var(--qds-font-family-system) !important;
}
