h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bc-font-family-heading);
  line-height: 1.2;
  text-wrap: balance;
  color: var(--bc-foreground-heading);
  margin-block-start: var(--size-0);
  margin-block-end: 0.8em;
}

h1 {
  font-family: var(--bc-font-family-special);
  font-weight: var(--font-weight-regular);
  font-size: var(--size-90);
  line-height: 1;
  margin-block-end: var(--size-0);
}

h2 {
  font-weight: var(--font-weight-regular);
  font-size: var(--size-48);
  line-height: 1.35;
  margin-block-end: var(--size-12);
}

h2 strong {
  font-family: var(--bc-font-family-special);
  font-weight: var(--font-weight-regular);
  font-size: 1.6em;
  line-height: 1;
  color: var(--bc-foreground-red-500);
}

h3 {
  font-weight: var(--font-weight-bold);
  font-size: var(--size-36);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--bc-foreground);
}

h4 {
  font-weight: var(--font-weight-bold);
  font-size: var(--size-18);
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--bc-foreground);
}

h5 {
  font-weight: var(--font-weight-bold);
  font-size: var(--size-18);
}

h6 {
  font-weight: var(--font-weight-semibold);
  font-size: var(--size-16);
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: var(--size-48);
  }

  h2 {
    font-size: var(--size-32);
  }

  h3 {
    font-size: var(--size-24);
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: var(--size-32);
  }

  h2 {
    font-size: var(--size-28);
  }
}

p {
  margin: 0 0 0.8em;
  font-family: var(--bc-font-family-text);
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
  text-wrap: pretty;
  color: var(--bc-foreground-muted);
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

p a:active {
  text-decoration-thickness: 4px;
}

a {
  transition: var(--bc-transition-all-medium-cubic);
  text-decoration: none;
  color: var(--bc-foreground-link-default);
}

a:hover, a:active {
  color: var(--bc-foreground-link-hover);
}

a:focus-visible {
  color: var(--bc-foreground-link-focus);
  outline-color: currentColor;
  background-color: var(--bc-background-link-focus);
}

ul {
  margin: 0 0 0.8em;
  padding: 0 0 0 var(--size-14);
}

ul li {
  padding: 0;
  font-family: var(--bc-font-family-text);
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
  color: var(--bc-foreground-muted);
  margin-block-start: var(--size-6);
}

.has-text-align-center {
  justify-content: center;
  text-align: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

/*# sourceMappingURL=typographie.css.map */
