:root {
  --brand-gradient: linear-gradient(
    180deg,
    #7cbeff 0%,
    #78aaff 60%,
    #5e32ff 100%
  );
  --spotlight-color: radial-gradient(
    ellipse at center,
    #ffffff99 20%,
    transparent 60%
  );
  --progress-color: #6759ff;

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