@font-face {
  font-family: "Aleo";
  font-style: normal;
  font-display: fallback;
  src: url("/wp-content/themes/conradsiegel25/assets/dist/fonts/Aleo/Aleo-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Aleo";
  font-style: italic;
  font-display: fallback;
  src: url("/wp-content/themes/conradsiegel25/assets/dist/fonts/Aleo/Aleo-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-display: fallback;
  src: url("/wp-content/themes/conradsiegel25/assets/dist/fonts/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-display: fallback;
  src: url("/wp-content/themes/conradsiegel25/assets/dist/fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
}
.wp-block-post_callout_block {
  height: 100%;
}
.wp-block-post_callout_block__inner {
  height: 100%;
}
.wp-block-post_callout_block__inner .post_callout_block {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  border-radius: 12px;
  height: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
  text-decoration: unset;
}
.wp-block-post_callout_block__inner .post_callout_block .image {
  border-radius: 12px;
  overflow: hidden;
  max-height: 200px;
}
.wp-block-post_callout_block__inner .post_callout_block .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.wp-block-post_callout_block__inner .post_callout_block .content {
  padding: 20px 36px;
}
.wp-block-post_callout_block__inner .post_callout_block .content .title {
  color: #262262;
  font-family: "Aleo", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.wp-block-post_callout_block__inner .post_callout_block .content .excerpt {
  color: #262262;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}
.wp-block-post_callout_block__inner .post_callout_block .wp-block-buttons {
  margin-top: auto;
  padding: 0 36px 32px;
}

:where(.editor-styles-wrapper) .wp-block-column .wp-block-chronos-post-callout-block {
  height: 100%;
}
