/* SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. */
/* SPDX-License-Identifier: Apache-2.0 */

@font-face {
  src: url('./inter.woff2') format('woff2');
  font-family: Inter;
  font-display: swap;
}

/* fallback for safari font-synthesis */
@font-face {
  src: url('./inter.woff2') format('woff2');
  font-family: Inter;
  font-display: swap;
  font-weight: 600;
}

[nve-theme~='inter'] {
  --nve-ref-font-family: 'Inter', Roboto, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
