:root {
  --bg-gradient-start: #391c8e;
  --bg-gradient-end: #081544;

  --color-white: #ffffff;
  --color-title: #351c87;
  --color-text-light: #9e9e9e;
  --color-text-dark: #5c7080;
  --color-input-border: #d8e1e8;
  --color-button: #ff8b49;
  --color-button-hover: #cf723c;
  --color-error: #d9534f;

  --shadow-container: rgba(0, 0, 0, 0.06);
}
