/* Blanc de Blancs — самохостинг PT Sans / PT Serif (из ds-bundle сайта, woff2, без CDN).
   Итерация 2, §0.1 ТЗ. Подключать после tokens.css, перед components.css. */
@font-face{
  font-family:'PT Sans';
  src:url('PTSans-Regular.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'PT Sans';
  src:url('PTSans-Bold.woff2') format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'PT Serif';
  src:url('PTSerif-Regular.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'PT Serif';
  src:url('PTSerif-Bold.woff2') format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}
