/** CSS Easing functions */
/* Bulma Utilities */
@media screen and (min-width: 1024px) {
  p {
    max-width: 95%;
  }
}
p.is-style-intertitre {
  font-size: var(--wp--preset--font-size--size-4);
  font-weight: 400;
  line-height: 1.28;
}
p.is-style-surtitre {
  font-size: var(--wp--preset--font-size--size-2);
  font-weight: 400;
  font-style: italic;
  line-height: 1.28;
  margin: 0;
}
p.is-style-link {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--size-7);
  font-weight: 700;
  cursor: pointer;
}
p.is-style-link a {
  all: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: underline;
}
