/* Шрифти розміщені на нашому сервері.
   Source Sans 3 — основний текст, Barlow Semi Condensed — заголовки латиницею,
   Fira Sans Condensed — ті самі заголовки кирилицею: у Barlow кирилиці немає. */

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-024F, U+02BB-02BC, U+2000-206F, U+20AC, U+2116, U+2122, U+2190-2193, U+25A0-25A1;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/source-sans-3-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Universe Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/barlow-semi-condensed-semibold-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-024F, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Universe Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/barlow-semi-condensed-bold-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-024F, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Universe Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-condensed-semibold-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Universe Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-condensed-bold-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
