@font-face {
  font-family: "PonteRegular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ponte-regular.woff") format("woff");
}

@font-face {
  font-family: "PonteExtraLight";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ponte-extralight.woff") format("woff");
}

@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/albert-sans.woff2") format("woff2");
}

@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/albert-sans.woff2") format("woff2");
}

:root {
  background: #fff;
  color: rgb(37 31 24);
}

* {
  box-sizing: border-box;
}

body,
h1,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

body {
  min-width: 320px;
  font-family: "Albert Sans", sans-serif;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-family: "Times New Roman", serif;
  font-style: normal;
}

.site-header {
  height: 86px;
}

.site-header a {
  display: block;
  width: 1028px;
  height: 53px;
  margin: 0 auto;
  padding-top: 24px;
  color: rgb(37 31 24);
  font-family: "PonteRegular", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.legal-page main {
  width: 927px;
  margin-left: calc(50% - 600px + var(--showit-left));
  padding-top: 60px;
}

.legal-page h1 {
  width: 927px;
  height: var(--title-height);
  margin: 0;
  color: rgb(37 31 24);
  font-family: "PonteExtraLight", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 0.9;
}

.policy {
  color: rgb(37 31 24);
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.policy a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: underline;
}

.policy ol,
.policy ul {
  margin-left: 1.4em;
}

.policy ol {
  list-style: decimal;
}

.policy ul {
  list-style: disc;
}

.policy li {
  margin-left: 1em;
  padding-left: 0.1em;
}

.privacy-page {
  --showit-left: 134px;
  --title-height: 104px;
}

.terms-page,
.delete-account-page {
  --showit-left: 108px;
  --title-height: 104px;
}

@media (width >= 768px) and (width < 1200px) {
  .legal-page main {
    width: calc(100% - 120px);
    margin: 0 auto;
  }

  .legal-page h1 {
    width: 100%;
  }
}

@media (width < 768px) {
  .site-header {
    height: 16.875vw;
  }

  .site-header a {
    width: 104.375vw;
    height: 12.8125vw;
    margin-left: -2.1875vw;
    padding-top: 4.375vw;
    font-size: 5.625vw;
    line-height: 1.1;
  }

  .legal-page main {
    width: 81.25vw;
    margin-left: 9.375vw;
    padding-top: 6.25vw;
  }

  .legal-page h1 {
    width: 77.5vw;
    height: var(--mobile-title-height);
    margin-bottom: var(--mobile-title-gap);
    font-size: 13.75vw;
    line-height: 0.9;
  }

  .policy {
    font-size: 3.75vw;
    line-height: 1.6;
  }

  .privacy-page {
    --mobile-title-height: 29.375vw;
    --mobile-title-gap: 5vw;
  }

  .terms-page,
  .delete-account-page {
    --mobile-title-height: 30.9375vw;
    --mobile-title-gap: 3.4375vw;
  }
}
