:root {
  --primary: #5b35f5;
  --primary-dark: #32147e;
  --blue: #0d5bd7;
  --navy: #070d3f;
  --green: #16a34a;
  --soft-bg: #f7f8ff;
  --card: #ffffff;
  --text: #111633;
  --muted: #737894;
  --border: #e8eaf5;
  --shadow: 0 20px 50px rgba(20, 24, 80, .08);
  --radius: 24px;
}

.cursor {
  cursor: pointer;
}

/* CLASS STİLLERİ */

.yds {
  background: linear-gradient(135deg, #6c38ff, #3724ad);
  /* color: #3724ad; */
}

.yokdil {
  background: linear-gradient(135deg, #19b36b, #08833f);
  /* color: #08833f; */
}

.ydt {
  background: linear-gradient(135deg, #0b77d8, #063f89);
  /* color: #063f89; */
}

.kamp {
  background: linear-gradient(135deg, #c48c3e, #c47608);
  /* color: #ffffff; */
}