/* Self-hosted шрифты игры (кириллица + латиница). Без CDN — закрытый контур.
   Philosopher — дисплей (звания, имена), Literata — тело. */

@font-face {
  font-family: 'Philosopher';
  font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(/static/assets/fonts/philosopher-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Philosopher';
  font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(/static/assets/fonts/philosopher-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122;
}
@font-face {
  font-family: 'Literata';
  font-style: normal; font-weight: 400 600; font-display: swap;
  src: url(/static/assets/fonts/literata-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Literata';
  font-style: normal; font-weight: 400 600; font-display: swap;
  src: url(/static/assets/fonts/literata-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122;
}
