/* Typography Presets */
.block-editor-block-list__block .has-chapo-font-size, .has-chapo-font-size {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1%;
}

.block-editor-block-list__block .has-intro-xl-font-size, .has-intro-xl-font-size {
  font-family: 'POI Carbonic Trial', sans-serif;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0%;
}

.block-editor-block-list__block .has-hero-font-size, .has-hero-font-size {
  font-family: 'POI Carbonic Trial', sans-serif;
  font-weight: 200;
  line-height: 0.92;
  letter-spacing: 0%;
}

.block-editor-block-list__block .has-legende-font-size, .has-legende-font-size {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1%;
}

.block-editor-block-list__block .has-cta-font-size, .has-cta-font-size {
  font-family: 'POI Carbonic Trial', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4%;
  text-transform: uppercase;
}

.block-editor-block-list__block .has-surtitre-font-size, .has-surtitre-font-size {
  font-family: 'Share Tech Mono', monospace;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.block-editor-block-list__block .has-verbatim-font-size, .has-verbatim-font-size {
  font-family: 'POI Carbonic Trial', sans-serif;
  font-weight: 700 !important;
  line-height: 1.25;
  letter-spacing: 0%;
  text-align: center;
}

/* Text gradient block style */
.is-style-text-gradient, .block-editor-block-list__block .is-style-text-gradient {
  background-image: var(--wp--preset--gradient--primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}