@charset "UTF-8";

h1, h2 {
text-transform: uppercase;
letter-spacing: 2px;
margin-top: var(--base-offset);
margin-bottom: var(--base-offset);
}
h1:not(:first-child) {
margin-top: calc(var(--base-offset) + 5px);
}
h1.is-style-text, h2.is-style-text, h3.is-style-text, h4.is-style-text {
font-size: var(--base-font-size);
font-family: var(--base-font-family);
text-transform: initial;
letter-spacing: 0;
color: var(--base-color-text);
margin-bottom: var(--base-space);
}
.wp-block-separator {
display: block;
max-width: 100%;
width: var(--base-content-width);
border: none;
background-color: var(--base-color-light);
height: 1px;
margin-top: calc(var(--base-offset-vertical) + var(--base-offset));
}
.wp-block-quote {
border: none;
padding: 0;
}
.wp-block-quote p {
margin-bottom: var(--base-space);
font-style: italic;
}
.wp-block-quote cite {
display: block;
font-style: normal;
font-size: var(--base-font-size-small);
}
.wp-block-quote cite:before {
content: "— ";
}
main a, main a:hover {
color: var(--base-color-accent-dark);
}
main ul {
list-style-type: circle;
list-style-position: outside;
padding-left: 1.25em;
}