* { box-sizing: border-box; }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("vendor/inter/inter-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("vendor/inter/inter-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("vendor/inter/inter-latin-700-normal.woff2") format("woff2");
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111827;
  background: #f7f8fa;
}

.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 96px;
  line-height: 1.6;
}

.back {
  display: inline-block;
  margin-bottom: 32px;
  color: #3549e0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.back:hover {
  text-decoration: underline;
}

h1 {
  font-size: 28px;
  margin: 0 0 4px;
}

.updated {
  color: #9ca3af;
  font-size: 13px;
  margin: 0 0 32px;
}

h2 {
  font-size: 17px;
  margin: 32px 0 8px;
}

p, ul {
  color: #374151;
  font-size: 15px;
}

a {
  color: #3549e0;
}
