/* =========================================================================
   fonts.css — локальная корпоративная гарнитура.
   Подключается ПЕРВЫМ, до tokens.css.
   Внешних запросов нет: ни один @import, ни один URL наружу.
   Файлы: assets/fonts/*.woff (подмножество: латиница, кириллица,
   типографская пунктуация, валюта, стрелки). Лицензия — assets/fonts/LICENSE.txt
   ========================================================================= */

@font-face {
  font-family: "Lancelot Sans";
  src: url("fonts/sans-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lancelot Sans";
  src: url("fonts/sans-400i.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lancelot Sans";
  src: url("fonts/sans-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lancelot Serif";
  src: url("fonts/serif-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lancelot Serif";
  src: url("fonts/serif-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lancelot Mono";
  src: url("fonts/mono-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
