@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/AvenirLTStd-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/AvenirLTStd-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/AvenirLTStd-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Coral Pixels";
  src: url("./fonts/CoralPixels-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Avenir LT Std", Arial, sans-serif;
  line-height: 1.7;
  margin: 0;
  background-color: #fff;
  max-width: 100% !important;
  color: #555;
  font-size: 16px;
}

.container {
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 24px;
  padding-bottom: 28px;
  margin: auto;
  overflow: hidden;
  background: #fff;
  max-width: 920px;
}

h1,
h2 {
  color: #333;
  font-family: "Avenir LT Std";
  font-size: clamp(1.15rem, 2.6vw, 1.9rem);
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin: 1.8rem 0 1rem;
}

p {
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 1rem;
}

ul {
  padding-left: 1.4rem;
  margin: 0 0 1rem;
}

li {
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

a {
  color: #333;
  font-weight: 800;
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.75;
  }

  .container {
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 18px;
    padding-bottom: 24px;
  }

  h1,
  h2 {
    font-size: clamp(1rem, 5.5vw, 1.4rem);
    letter-spacing: 0.05em;
    margin: 1.4rem 0 0.9rem;
  }

  p,
  li {
    font-size: 0.96rem;
    text-wrap: pretty;
  }
}
