:root {
  /* Основной градиент */
  --brand-gradient: linear-gradient(#9bf117 0%, #19bf03 100%);

  /* Логотип бренда */
  --logo-height: 28px;
  --logo-height-mobile: 22px;
  --logo-height-landscape: 18px;
  --logo-container-height-landscape: auto;

  /* Прогресс-бар */
  --bar-color: #26c405;
}
