/* Federaciya AI fonts: Onest + Golos Text + Playfair Display + JetBrains Mono.
   Subset: ASCII + full Russian alphabet + typography. Self-hosted, zero external requests. */
/* Golos Text normal 400 */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/golostext-normal-400.woff2') format('woff2');
}
/* Golos Text normal 500 */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/golostext-normal-500.woff2') format('woff2');
}
/* Golos Text normal 700 */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/golostext-normal-700.woff2') format('woff2');
}
/* JetBrains Mono normal 400 */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/jetbrainsmono-normal-400.woff2') format('woff2');
}
/* Onest normal 400 */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/onest-normal-400.woff2') format('woff2');
}
/* Onest normal 600 */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/onest-normal-600.woff2') format('woff2');
}
/* Playfair Display italic 400 */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/playfairdisplay-italic-400.woff2') format('woff2');
}