* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

a {
  font-family: 'Overpass';
  font-style: normal;
  text-decoration: none;
  color: var(--farbe-lilac);
}

a:hover {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
}

.d-none {
  display: none !important;
}