/*
 * Shared self-hosted web fonts for biz-intel.ru (both bitsite and users apps).
 * Single source of @font-face declarations — referenced via {% static 'fonts/fonts.css' %}.
 * No Google Fonts: served same-origin, cyrillic+latin woff2 subsets, font-display: swap.
 */

/* Roboto — UI/body text */
@font-face {
  font-family: "Roboto";
  src: url("roboto-v51-cyrillic_latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("roboto-v51-cyrillic_latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("roboto-v51-cyrillic_latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("roboto-v51-cyrillic_latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Roboto Mono — monospace */
@font-face {
  font-family: "Roboto Mono";
  src: url("roboto-mono-v31-cyrillic_latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src: url("roboto-mono-v31-cyrillic_latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src: url("roboto-mono-v31-cyrillic_latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src: url("roboto-mono-v31-cyrillic_latin-500italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
