/*
 * SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
 * SPDX-License-Identifier: LicenseRef-NvidiaProprietary
 *
 * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
 * property and proprietary rights in and to this material, related
 * documentation and any modifications thereto. Any use, reproduction,
 * disclosure or distribution of this material and related documentation
 * without an express license agreement from NVIDIA CORPORATION or
 * its affiliates is strictly prohibited.
 */

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  src: url("../fonts/OpenSans-Italic.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 401 599;
  src: url("../fonts/OpenSans-Medium.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 401 599;
  font-style: italic;
  src: url("../fonts/OpenSans-MediumItalic.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 100 399;
  src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 100 399;
  font-style: italic;
  src: url("../fonts/OpenSans-LightItalic.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600 799;
  src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600 799;
  font-style: italic;
  src: url("../fonts/OpenSans-BoldItalic.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  src: url("../fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf");
}
