/* Локальные шрифты (self-hosted) с кириллицей — не зависят от Google Fonts. */

@font-face{
  font-family:'Forum';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/forum.woff2') format('woff2');
}

@font-face{
  font-family:'Yeseva One';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/yeseva-one.woff2') format('woff2');
}

/* Lora — вариативный, вес 400–700 */
@font-face{
  font-family:'Lora';
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url('../fonts/lora.woff2') format('woff2-variations'),
      url('../fonts/lora.woff2') format('woff2');
}
@font-face{
  font-family:'Lora';
  font-style:italic;
  font-weight:400 700;
  font-display:swap;
  src:url('../fonts/lora-italic.woff2') format('woff2-variations'),
      url('../fonts/lora-italic.woff2') format('woff2');
}
