@font-face {
  font-family: "Inter";
  src: url("/fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  color: #292929;
  background: #fff;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.policy-header {
  padding: 28px clamp(24px, 5vw, 72px);
  border-bottom: 1px solid #e5e5e5;
}

.policy-header a {
  color: inherit;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.02em;
  text-decoration: none;
}

main {
  width: min(100% - 48px, 720px);
  margin: 0 auto;
  padding: 72px 0 96px;
}

h1,
h2 {
  color: #151515;
  letter-spacing: -0.025em;
}

h1 {
  margin: 0;
  font-size: clamp(36px, 7vw, 56px);
  font-weight: 600;
  line-height: 1.05;
}

.effective-date {
  margin: 16px 0 40px;
  color: #6b6b6b;
  font-size: 14px;
}

section {
  margin-top: 40px;
}

h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

p,
li {
  font-size: 16px;
  line-height: 1.7;
}

p {
  margin: 0 0 16px;
}

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

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

a {
  color: #093acd;
  text-underline-offset: 3px;
}

a:hover {
  text-decoration-thickness: 2px;
}

a:focus-visible {
  outline: 3px solid rgb(9 58 205 / 25%);
  outline-offset: 4px;
  border-radius: 2px;
}

@media (max-width: 520px) {
  .policy-header {
    padding: 22px 24px;
  }

  main {
    width: min(100% - 40px, 720px);
    padding: 52px 0 72px;
  }
}
