/* Шрифты со своего домена. Один файл на начертание, только используемые глифы.
   Пересобрать после добавления новых символов: scratchpad/merge_fonts.py */
@font-face{
  font-family:'Unbounded';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('fonts/unbounded-600.woff2') format('woff2');
}
@font-face{
  font-family:'Unbounded';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('fonts/unbounded-700.woff2') format('woff2');
}
@font-face{
  font-family:'Unbounded';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url('fonts/unbounded-800.woff2') format('woff2');
}
@font-face{
  font-family:'Unbounded';
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url('fonts/unbounded-900.woff2') format('woff2');
}
@font-face{
  font-family:'Golos Text';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/golos-text-400.woff2') format('woff2');
}
@font-face{
  font-family:'Golos Text';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('fonts/golos-text-600.woff2') format('woff2');
}
@font-face{
  font-family:'Golos Text';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('fonts/golos-text-700.woff2') format('woff2');
}
@font-face{
  font-family:'JetBrains Mono';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/jetbrains-mono-400.woff2') format('woff2');
}
@font-face{
  font-family:'JetBrains Mono';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/jetbrains-mono-500.woff2') format('woff2');
}
@font-face{
  font-family:'JetBrains Mono';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('fonts/jetbrains-mono-600.woff2') format('woff2');
}
@font-face{
  font-family:'JetBrains Mono';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('fonts/jetbrains-mono-700.woff2') format('woff2');
}

/* Подменные начертания: до загрузки шрифта Arial подгоняется по метрикам,
   поэтому вёрстка не скачет в момент подмены. */
@font-face{
  font-family:'Golos Text Fallback';
  src:local('Arial'),local('Helvetica'),local('sans-serif');
  size-adjust:103.10%;
  ascent-override:95.05%;
  descent-override:21.34%;
  line-gap-override:0.00%;
}
@font-face{
  font-family:'Unbounded Fallback';
  src:local('Arial'),local('Helvetica'),local('sans-serif');
  size-adjust:137.00%;
  ascent-override:72.63%;
  descent-override:17.88%;
  line-gap-override:0.00%;
}
@font-face{
  font-family:'JetBrains Mono Fallback';
  src:local('Arial'),local('Helvetica'),local('sans-serif');
  size-adjust:105.82%;
  ascent-override:96.39%;
  descent-override:28.35%;
  line-gap-override:0.00%;
}
