/* sizes */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
}
body h1 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
}
body h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
}
body p {
  font-size: 16px;
  line-height: 22px;
}
body p:not(:last-child) {
  margin-bottom: 16px;
}
body ul {
  list-style: inherit;
  padding-left: 20px;
}
body ul li {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 34px;
}
body > main > .cib-container a:not(.wp-element-button) {
  color: var(--cib-color-primary-selected);
  text-decoration-line: underline;
  font-weight: 600;
}

@media (min-width: 1280px) {
  body h1,
  body h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1920px) {
  body h1 {
    font-size: 40px;
    line-height: 60px;
  }
  body h2 {
    font-size: 30px;
    line-height: 38px;
  }
}