:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body {
  background: #f7f3ed;
  color: #27302b;
  margin: 0;
}

.privacy-page {
  margin: 0 auto;
  max-width: 820px;
  padding: clamp(32px, 7vw, 88px) 22px 120px;
}

.privacy-page__back {
  color: inherit;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 34px;
}

.privacy-page h1,
.privacy-page h2 {
  line-height: 1.18;
}

.privacy-page h1 {
  font-size: clamp(2rem, 7vw, 4rem);
  margin: 0 0 18px;
}

.privacy-page h2 {
  font-size: clamp(1.3rem, 4vw, 1.8rem);
  margin: 42px 0 12px;
}

.privacy-page p,
.privacy-page li {
  color: #49534d;
}

.privacy-page a {
  color: #27302b;
  text-underline-offset: 3px;
}

.privacy-page__updated {
  font-size: 0.9rem;
  font-weight: 700;
}

.privacy-page__preferences {
  background: #27302b;
  border: 1px solid #27302b;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  margin-top: 18px;
  min-height: 44px;
  padding: 10px 18px;
}

.privacy-page :focus-visible {
  outline: 3px solid #9b7f53;
  outline-offset: 3px;
}
