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

  /* Свечение в центре */
  --keno-image-before-bg: #b4f8d0;

  /* Цвет фигуры */
  --shape-gradient: linear-gradient(128.98deg, #7aeea7 5.06%, #1ca136 49.06%);

  /* Цвет свечения фигуры */
  --shape-shadow-color: #aae2b9;
  /* Цвет полосы прогресса */
  --progress-color: #2fb14d;

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