:root {
  --page: url("background.png");
  --background: rgba(255, 255, 255, 0.07);
  --background-filter: blur(10px) brightness(80%);
  --background-secondary: #3c5a9f9e;
  --background-dark: #151629;
  --background-other: #151629;

  --title: #626bef;
  --block: #0e1520;
  --block-buttons: #13274e;
  --input: #ffffff;
  --column: rgba(0, 0, 0, 0.5);
  --accent-color: #323a56;
  --main: #212845;

  --text-primary: #ffffff;
  --text-secondary: #b0b0b0;
  --text-placeholder: #d3d3d3;
  --text-dark: #8c9197;

  --transparent: rgba(0, 0, 0, 0);
}
