:root {
  /* Основной градиент фона */
  --brand-gradient: linear-gradient(180deg, #3578CA 0%, #193778 100%);

  /* Цвет подсветки для изображения */
  --spotlight-color: radial-gradient(
    ellipse at center,
    #73b4ff 10%,
    transparent 40%
  );

  #main-game-image-wrap::before {
    height: 90%;
    top: 5%;
    max-width: 550px;
  }

  /* Верхний отступ текста игры */
  --dice-text-margin-top: -5%;

  /* Цвет полосы прогресса */
  --progress-color: #1B3C7F;

  /* Размеры логотипа */
  --logo-height: 28px;
  --logo-height-mobile: 28px;
}
