@font-face {
  font-family: 'JetBrains Mono Variable';
  src: url('https://files.illegalfiles.icu/u/JetBrainsMono[wght].woff2') format('woff2-variations');
  font-weight: 100 900; /* Диапазон весов */
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'JetBrains Mono', monospace;
}

/* Жирный для заголовков */
h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 700 !important;
}

/* Курсив для <em>, <i> и т.д. */
em, i, cite {
  font-style: italic !important;
}

/* Обычный для остального текста */
body, p, span, div, a, li, code {
  font-weight: 400;
  font-style: normal;
}