/* Общие игровые шрифты: подключать на всех страницах (пути относительно этой папки). */
@font-face{
  font-family:'Lumberjack';
  src:url('Lumberjack.otf') format('opentype');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Compotes Citro';
  src:url('Compotes-Citro.ttf') format('truetype');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
:root{
  --font-game:'Lumberjack','Compotes Citro',Georgia,'Palatino Linotype',serif;
}
