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

* { box-sizing: border-box; }

html {
  min-width: 320px;
  background: #fff;
  color: #000;
}

body {
  min-height: 100svh;
  margin: 0;
  background: #fff;
  color: #000;
  font-family: UnhiddenPolicy, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.shopify-policy__container {
  width: 100%;
  max-width: 65ch;
  max-width: 603px;
  margin: 0 auto;
  padding: 20px;
}

.shopify-policy__title { text-align: center; }

.shopify-policy__title h1 {
  margin: 0 0 14px;
  font-family: UnhiddenPolicy, Arial, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.shopify-policy__body p {
  margin: 0 0 14px;
}

.shopify-policy__body h2 {
  margin: 40px 0 12px;
  font-family: UnhiddenPolicy, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.shopify-policy__body ul {
  margin: 0 0 14px;
  padding-left: 24px;
}

.shopify-policy__body li { margin: 0; }

.shopify-policy__body strong { font-weight: 700; }

.shopify-policy__body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.125em;
}

.shopify-policy__body address { font-style: normal; }

@media screen and (max-width: 749px) {
  .shopify-policy__container { padding: 20px; }

  .shopify-policy__title h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .shopify-policy__body h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
}
