html {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  padding: 40px 20px 72px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  color: #1b1712;
  background: #f7f2ea;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*::selection {
  color: #fff;
  background: #111;
}

.content-container {
  width: min(100%, 760px);
  margin: 0 auto;
}

.body-xl {
  display: inline-block;
  margin-bottom: 24px;
  color: #6e655a;
  font-size: 0.92rem;
}

.body,
li {
  font-size: 1rem;
}

.text-long {
  margin: 0 0 16px;
}

.legal-title {
  margin: 36px 0 12px;
  font-size: 1.5rem;
  line-height: 1.2;
}

ul {
  margin: 0 0 20px;
  padding-left: 22px;
}

li + li {
  margin-top: 8px;
}

a {
  color: inherit;
}

strong {
  font-weight: 700;
}
