:root {
  --accent-color: rgb(149, 193, 233);
  --shadow-blue-plus: rgb(14, 30, 50);
  --shadow-blue: rgb(26, 44, 70);
  --shadow-blue-80: rgb(72, 86, 107);
  --shadow-blue-30: rgb(186, 192, 199);
  --shadow-blue-20: rgb(209, 213, 218);
  --light-blue: rgb(149, 193, 233);
  --light-blue-60: rgb(192, 218, 242);
  --light-blue-30: rgb(223, 237, 248);
  --light-blue-15: rgb(239, 246, 252);
  --white: rgb(255, 255, 255);
}
.bg-weiss {
  background-color: var(--white);
}
.bg-light-blue-15 {
  background-color: var(--light-blue-15);
}
.bg-shadow-blue {
  background-color: var(--shadow-blue);
}
