@charset "UTF-8";
@font-face {
  font-family: "TheloMicro";
  font-weight: bold;
  src: url("/assets/thelo/TheloMicroBold-205TF.woff2");
}
@font-face {
  font-family: "TheloMicro";
  font-style: italic;
  src: url("/assets/thelo/TheloMicroItalic-205TF.woff2");
}
@font-face {
  font-family: "TheloMicro";
  src: url("/assets/thelo/TheloMicroRegular-205TF.woff2");
}
@font-face {
  font-family: "TheloText";
  font-weight: bold;
  src: url("/assets/thelo/TheloTextBold-205TF.woff2");
}
@font-face {
  font-family: "TheloText";
  font-style: italic;
  src: url("/assets/thelo/TheloTextItalic-205TF.woff2");
}
@font-face {
  font-family: "TheloText";
  src: url("/assets/thelo/TheloTextRegular-205TF.woff2");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

ol,
ul,
dl,
li,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure,
blockquote {
  margin: 0;
}

figure > img {
  max-width: 100%;
  max-height: 100%;
}

a:link,
a:visited {
  color: hsl(198deg, 94%, 40%);
  text-underline-offset: 0.1rem;
}

a:hover,
a:active {
  color: hsl(320deg, 88%, 45%);
}

.nav-is-current-page {
  font-weight: bold;
}

.Header-HomeButton {
  display: flex;
}
.Header-HomeButton:link, .Header-HomeButton:visited {
  font-family: "TheloMicro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: hsl(0deg, 0%, 66%);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-decoration: none;
}

.Header-Pic {
  height: 3rem;
  min-width: 3rem;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
  background: white;
  border-radius: 100%;
  padding: 0.33rem;
  display: flex;
  place-content: center;
  border: 0.5px solid hsl(320deg, 88%, 45%);
  overflow: hidden;
  clip-path: circle(3rem at 50% 0);
}
.Header-Pic > img {
  transform: scale(1.25);
  transform-origin: 50% 20%;
  transition: transform ease 0.5s;
}
.Header-Pic:hover > img {
  transform: scale(1.5);
}

.Header-Text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 15rem;
}

.Header-SiteTitle {
  margin: 0 1rem 0 0;
  font-weight: 200;
  font-size: 1.5rem;
}

.Header-Subtitle {
  font-weight: 400;
  font-size: 0.5rem;
  margin: 0;
  line-height: 0.75rem;
}

@media (min-width: 34.25rem) {
  .Header-HomeButton {
    margin-top: -1.75rem;
    align-items: baseline;
  }
  .Header-Text {
    max-width: none;
  }
}
.Post {
  margin-top: 6rem;
}

.Post_Minilink + .Post_Minilink {
  margin-top: 1.5rem;
}

.Post p {
  margin: 1rem 0;
}

.Post dl {
  margin: 1rem 0;
}

.Post dd {
  font-family: "TheloMicro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.Post img {
  max-width: 100%;
}

.Post .is-shaded {
  margin-left: -22px;
}

.Post [id^=fnref] {
  line-height: 0;
}

.Post .footnote-ref {
  font-size: 0.65rem;
}
.Post .footnote-ref:link, .Post .footnote-ref:visited {
  text-decoration: none;
  padding: 0 0.1rem;
}

.Post [href^="#fnref"] {
  font-size: 0.65rem;
}

.Post-Header {
  margin-bottom: 2rem;
}

.Post-Title,
.Post-Content > h2 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: hsl(240deg, 10%, 15%);
  font-style: normal;
}

.Post-Content h3 {
  font-weight: 400;
  font-size: 1.25rem;
  margin: 1rem 0 0;
}

.Post-Title-Link:link, .Post-Title-Link:visited,
.Post-Content > h2 > a:link,
.Post-Content > h2 > a:visited {
  color: inherit;
  text-decoration: inherit;
}
.Post-Title-Link:hover, .Post-Title-Link:active,
.Post-Content > h2 > a:hover,
.Post-Content > h2 > a:active {
  text-decoration: underline;
  text-underline-offset: 0.15rem;
  color: hsl(320deg, 88%, 45%);
}

.Post-Title-ExternalArrow {
  font-size: 0.8rem;
  line-height: 0;
  display: none;
}

.Post-Title-Link_External:hover + .Post-Title-ExternalArrow {
  display: inline;
}

.Post-Content p:first-child {
  margin-top: 0;
}

.Post blockquote {
  border-left: 0.05rem solid hsl(320deg, 88%, 45%);
  padding-left: 0.5rem;
}

.Post .Post-Permalink {
  margin: 0.5rem 0 0.25rem;
  font-size: 0.8rem;
  font-family: "TheloMicro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.Post .Post-Permalink a {
  color: hsl(0deg, 0%, 66%);
  text-decoration: none;
}
.Post .Post-Permalink a:hover {
  text-decoration: underline;
  color: hsl(240deg, 20%, 25%);
}

.Post_Link-Destination a {
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.25rem;
  font-family: "TheloMicro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
}
.Post_Link-Destination a:hover,
.Post_Link-Destination a:active {
  border-color: hsl(320deg, 88%, 45%);
}

.Post .Post-Footer {
  margin-top: 2rem;
}

.Post .Post-TagsLabel {
  font-family: "TheloMicro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  margin: 0.5rem 1.25rem 0.5rem 0;
  display: inline;
}

.Post_Minilink {
  font-family: "TheloMicro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  max-width: 40rem;
}

.Post_Minilink a:any-link {
  font-weight: bold;
}

.Post_Quote {
  max-width: 30rem;
}

.Post_Quote > blockquote {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}

.Post_Quote .Post-Content {
  font-family: "TheloMicro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.Post_Quote blockquote blockquote {
  font-size: 1rem;
  line-height: 1.25rem;
  font-style: normal;
}

.Post_Quote p {
  margin: 0.5rem 0;
}

.Post_Quote .Post-Content-Attribution {
  font-style: normal;
  font-family: "TheloMicro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}

.Post_Quote .Post-Content-Attribution::before {
  content: "— ";
  font-weight: normal;
  margin-top: 0;
}

.TagPage-Title {
  font-weight: 300;
}

.TagPage-Title-TagName {
  font-weight: bold;
}

.o-TagsList {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}

.o-Tag {
  margin: 0 0.5rem;
}

.o-Tag a,
.SiteTags > a {
  text-decoration: none;
  font-family: "TheloMicro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  color: hsl(0deg, 0%, 66%);
  border-radius: 0.5rem;
  padding: 0.25rem 0.25rem;
}

.o-Tag a:hover,
.SiteTags > a:hover {
  background: hsl(0deg, 0%, 66%);
  color: hsl(60deg, 20%, 95%);
}

/* Load all partials using modern Sass syntax */
html {
  font-size: 1.25em;
  line-height: 1.75rem;
  --horizontal-padding: 1rem;
}
@media (min-width: 30rem) {
  html {
    --horizontal-padding: 3rem;
  }
}
@media (min-width: 50rem) {
  html {
    --horizontal-padding: 10rem;
  }
}
@media (min-width: 70rem) {
  html {
    --horizontal-padding: 15rem;
  }
}

body {
  font-family: "TheloText", Charter, Georgia, serif;
  font-weight: 400;
  color: hsl(240deg, 20%, 25%);
  background-color: hsl(320deg, 88%, 45%);
  margin: 1rem 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "TheloMicro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.Header,
.Nav,
.Main {
  background-color: hsl(60deg, 20%, 95%);
  padding: 1rem var(--horizontal-padding);
}

.Main {
  min-height: calc(100vh - 2rem);
}

article {
  max-width: 36rem;
}

.Pagination {
  margin: 5rem 0 2.5rem;
}

.Pagination_Top {
  margin-top: 2.5rem;
}

.Pagination-Controls {
  font-family: "TheloMicro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  display: flex;
  margin: 0 -0.5rem;
}

.Pagination-Controls li {
  margin: 0 0.5rem;
}
/*# sourceMappingURL=styles.css.map */