/*
 * OpenedMic live-room fonts.
 *
 * These unmodified local font files are distributed under the SIL Open Font
 * License 1.1. Their full license texts live beside the files under
 * /assets/runtime/fonts/licenses/. Compatibility family names preserve the
 * existing app layout until the approved design program replaces it.
 */

@font-face {
  font-family: 'Inter';
  src: url('/assets/runtime/fonts/inter-tight-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('/assets/runtime/fonts/inter-tight-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Hebrew';
  src: url('/assets/runtime/fonts/heebo-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Naskh Arabic';
  src: url('/assets/runtime/fonts/noto-naskh-arabic-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('/assets/runtime/fonts/jetbrains-mono-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
}
