/* ---------- Шрифти ----------
   Розміщені у себе, а не завантажуються з Google Fonts. Причини:
   — PDF збирається на сервері й не має залежати від того, чи доступний
     чужий сайт у цю мить;
   — цех працює при кепському інтернеті, а сторінка не повинна чекати;
   — браузери людей більше не ходять на чужий сервер при кожному відкритті.
   Взято лише latin і cyrillic — решта підмножин цеху ні до чого. */

@font-face{
  font-family:'Oswald';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('/fonts/Oswald-500-latin.woff2') format('woff2');
}
@font-face{
  font-family:'Oswald';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('/fonts/Oswald-500-cyrillic.woff2') format('woff2');
}
@font-face{
  font-family:'Oswald';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/fonts/Oswald-600-latin.woff2') format('woff2');
}
@font-face{
  font-family:'Oswald';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/fonts/Oswald-600-cyrillic.woff2') format('woff2');
}
@font-face{
  font-family:'Oswald';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/fonts/Oswald-700-latin.woff2') format('woff2');
}
@font-face{
  font-family:'Oswald';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/fonts/Oswald-700-cyrillic.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/Inter-400-latin.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/Inter-400-cyrillic.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('/fonts/Inter-500-latin.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('/fonts/Inter-500-cyrillic.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/fonts/Inter-600-latin.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/fonts/Inter-600-cyrillic.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/IBMPlexMono-400-latin.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/IBMPlexMono-400-cyrillic.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('/fonts/IBMPlexMono-500-latin.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('/fonts/IBMPlexMono-500-cyrillic.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/fonts/IBMPlexMono-600-latin.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/fonts/IBMPlexMono-600-cyrillic.woff2') format('woff2');
}
