@import "global.css";

header {
  filter: blur(0 0 15 rgba(0, 0, 0, 0.2));
}
/* Background Block */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
}
.background__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.background__container--base {
  background-color: white;
  height: 100%;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.05));
}

#privacy h1,
#privacy h2,
#privacy h3,
#privacy p,
#privacy a,
#privacy li {
  font-family: var(--inter);
  color: var(--black);
  /* font-family: sans-serif; */
}
.privacy__content-headline {
  font-size: var(--text-3xl);
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.privacy__container--sm {
  margin-bottom: 2rem;
}
.privacy__container--sm > p:not(.privacy__headline-description) {
  margin-bottom: 2rem;
}
.privacy__headline-description {
  margin-bottom: 2rem;
}

#privacy p,
#privacy a,
#privacy li {
  font-size: 1rem;
}
#privacy a {
  color: var(--orange);
}

#privacy h2 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#privacy h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.privacy__content-subsection-container {
  margin-left: 1rem;
  margin-top: 1rem;
}
#privacy ul {
  margin-left: 2rem;
}
