body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: "Source Serif Pro", serif;
  font-weight: 300;
}

h1 { font-size: clamp(2.75rem, 6vw, 3.25rem); line-height: 1.2; padding-top: 20px; }
h2 { font-size: clamp(2.75rem, 6vw, 3.25rem); line-height: 1.2; }
h3 { font-size: clamp(2.25rem, 4vw, 2.75rem); line-height: 1.15; }
h4 { font-size: clamp(1.75rem, 3vw, 2.25rem); line-height: 1.15; }

a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}

a:hover, a:focus { text-decoration-style: dashed; }
a:active { text-decoration: none; }

.site-blocks {
  padding-left: max(1.25rem, 5vw);
  padding-right: max(1.25rem, 5vw);
}

.site-blocks > *,
.is-layout-flow > *,
.is-layout-constrained > * {
  margin-block-start: 1.5rem;
  margin-block-end: 0;
}

.site-blocks > :first-child,
.is-layout-flow > :first-child,
.is-layout-constrained > :first-child {
  margin-block-start: 0;
}

.site-blocks > :last-child,
.is-layout-flow > :last-child,
.is-layout-constrained > :last-child {
  margin-block-end: 0;
}

.is-layout-constrained > :where(:not(.alignfull)) {
  max-width: 650px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignwide {
  max-width: 1000px;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.is-layout-flex > * { margin: 0; }

.block-post-content { display: flow-root; }
.block-group { box-sizing: border-box; }

.has-text-align-center { text-align: center; }
.has-text-align-left { text-align: left; }
.has-text-align-right { text-align: right; }
.has-small-font-size { font-size: 1rem !important; }
.principles {
  font-size: 1.4rem;
  padding-left: 1.5em;
}

.principles li {
  margin-block-start: 0.75rem;
}
.aligncenter { clear: both; }

.spacer {
  height: 50px;
  clear: both;
}

.block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.block-image figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.is-style-rounded img { border-radius: 9999px; }
.block-image { margin: 0 0 1em; }
figure { margin: 0; }

.site-blocks .alignfull {
  margin-left: calc(-1 * max(1.25rem, 5vw)) !important;
  margin-right: calc(-1 * max(1.25rem, 5vw)) !important;
  width: unset;
}
