:root{

  --primary-color:#6C63FF;
  --primary-dark:#584ff5;

  --background:#0F172A;
  --card-bg:#1E293B;

  --text-white:#ffffff;
  --text-light:#CBD5E1;
  --border-color:#334155;

  --success:#10B981;

  --radius:14px;

  --transition:0.3s;

  --font-family:'Open Sans', sans-serif;

}