@charset "UTF-8";
/**
*  Block: Paragraph.
*/
.has-drop-cap::first-letter,
.is-style-dropcap::first-letter {
  font-style: italic !important;
  font-size: 3lh !important;
  font-weight: 500 !important;
  margin-bottom: 0.2rem !important;
  margin-inline-end: 0.5rem !important;
  margin-top: 0.75rem !important;
  font-family: var(--wp--preset--font-family--pphatton);
  color: var(--wp--preset--color--nileblue);
}

[class*=is-style-quote]{
  font-weight: 500;
  font-style: italic;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 882px){
  [class*=is-style-quote]{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

[class*=is-style-quote]{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1064px){
  [class*=is-style-quote]{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

[class*=is-style-quote]{
  text-align: center;
  font-family: var(--wp--preset--font-family--pphatton);
  color: var(--wp--preset--color--bluedianne);
  font-size: var(--wp--preset--font-size--large);
  font-feature-settings: "ss04", "ss02";
}
[class*=is-style-quote]::before {
  content: "“";
  font-size: 4.5rem;
  line-height: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: var(--theme--layout--contentSize);
}
