@font-face {
  font-family: "Marjorie";
  src: url("../fonts/Marjorie-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marjorie";
  src: url("../fonts/Marjorie-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Marjorie";
  src: url("../fonts/Marjorie-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marjorie";
  src: url("../fonts/Marjorie-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Marjorie";
  src: url("../fonts/Marjorie-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marjorie";
  src: url("../fonts/Marjorie-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Marjorie";
  src: url("../fonts/Marjorie-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marjorie";
  src: url("../fonts/Marjorie-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Marjorie";
  src: url("../fonts/Marjorie-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marjorie";
  src: url("../fonts/Marjorie-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
blockquote,
pre {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
button:focus-visible,
a:focus-visible {
  outline: 1px dotted #050505;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  word-wrap: normal !important;
}
.skip-link:focus {
  background: #fafafa;
  color: #050505;
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  padding: 0.75rem 1rem;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000;
  outline: 1px dotted #050505;
  outline-offset: 2px;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Marjorie", Georgia, "Times New Roman", Times, serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #050505;
  background: #fafafa;
}
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  transition: color 0.15s ease, opacity 0.15s ease;
}
a:hover {
  color: #050505;
}
.page {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 2rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-main {
  flex: 1 0 auto;
  padding: 1rem 0 6rem;
}
.empty {
  color: rgba(5, 5, 5, 0.45);
  padding: 4rem 0;
  text-align: center;
}
.site-header {
  padding: 2.5rem 0 1.25rem;
}
.site-header__inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.site-title {
  font-size: 1.0625rem;
  color: #050505;
}
.site-nav {
  display: flex;
  gap: 3rem;
  align-items: baseline;
}
.site-nav a,
.site-nav button {
  color: rgba(5, 5, 5, 0.45);
  font-size: 1.0625rem;
}
.site-nav a:hover,
.site-nav button:hover {
  color: #050505;
}
.cat-filter {
  margin-top: 2.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}
.cat-filter__item {
  color: rgba(5, 5, 5, 0.45);
  font-size: 1.0625rem;
}
.cat-filter__item:hover {
  color: #050505;
}
.cat-filter__item.is-active {
  color: #050505;
}
@media (max-width: 720px) {
  .site-header {
    padding: 1.5rem 0 1rem;
  }
  .site-nav {
    gap: 1.5rem;
  }
  .cat-filter {
    margin-top: 1.5rem;
    gap: 1.25rem;
  }
}
.post-list {
  margin-top: 2.5rem;
}
.post-row {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 1rem 0;
  transition: opacity 0.15s ease;
}
.post-row:hover {
  opacity: 0.55;
}
.post-row:hover a.post-row__cat {
  opacity: 1;
}
.post-row__title {
  color: #050505;
  min-width: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-row__title::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
}
.post-row__date {
  color: rgba(5, 5, 5, 0.45);
  font-size: 0.9375rem;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.post-row__cat {
  color: rgba(5, 5, 5, 0.45);
  font-size: 0.9375rem;
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
  position: relative;
  z-index: 1;
}
a.post-row__cat:hover {
  color: #050505;
}
.load-more {
  text-align: center;
  margin: 3rem 0 0;
}
.js-load-more {
  color: rgba(5, 5, 5, 0.45);
  font-size: 1.0625rem;
  padding: 0.75rem 1.5rem;
  transition: color 0.15s ease;
}
.js-load-more:hover {
  color: #050505;
}
@media (max-width: 540px) {
  .post-row {
    flex-wrap: wrap;
    gap: 4px 10px;
  }
  .post-row__title {
    flex: 1 1 100%;
  }
  .post-row__cat {
    margin-left: auto;
  }
}
.single .post {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 2rem;
}
.post__image {
  margin: 0 0 2.5rem;
}
.post__image img {
  width: 100%;
  height: auto;
}
.post__back {
  display: inline-block;
  color: rgba(5, 5, 5, 0.45);
  font-size: 0.9375rem;
  margin-bottom: 2rem;
}
.post__back:hover {
  color: #050505;
}
.post__back::before {
  content: "← ";
}
.post__title {
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.post__date {
  color: rgba(5, 5, 5, 0.45);
  font-size: 0.9375rem;
  margin-bottom: 2.5rem;
}
.post__content {
  font-size: 1.125rem;
  line-height: 1.7;
}
.post__content h2,
.post__content h3,
.post__content h4 {
  font-weight: normal;
  margin: 2.25rem 0 0.75rem;
}
.post__content h2 {
  font-size: 1.375rem;
}
.post__content h3 {
  font-size: 1.1875rem;
}
.post__content p,
.post__content ul,
.post__content ol,
.post__content blockquote,
.post__content figure,
.post__content pre {
  margin: 0 0 1.25em;
}
.post__content ul,
.post__content ol {
  padding-left: 1.25rem;
}
.post__content ul li {
  list-style: disc;
}
.post__content ol li {
  list-style: decimal;
}
.post__content a {
  color: #050505;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}
.post__content a:hover {
  border-bottom-color: #050505;
}
.post__content blockquote {
  border-left: 2px solid rgba(5, 5, 5, 0.1);
  padding-left: 1rem;
  color: rgba(5, 5, 5, 0.45);
  font-style: italic;
}
.post__content img {
  margin: 1.5rem 0;
}
.related {
  max-width: 720px;
  margin: 4rem auto 0;
}
.related__heading {
  font-size: 1rem;
  font-weight: normal;
  color: rgba(5, 5, 5, 0.45);
  margin-bottom: 0.5rem;
}
.not-found {
  text-align: center;
  padding: 6rem 0;
}
.not-found__title {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.not-found__sub a {
  color: rgba(5, 5, 5, 0.45);
}
.not-found__sub a:hover {
  color: #050505;
}
.modal {
  position: fixed;
  inset: 0;
  background: #fafafa;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  overflow-y: auto;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease;
}
.modal__inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 2rem 4rem;
  min-height: 100vh;
  position: relative;
}
.modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.75rem;
  line-height: 1;
  color: rgba(5, 5, 5, 0.45);
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal__close:hover {
  color: #050505;
}
.modal__content {
  max-width: 720px;
  margin: 6rem auto 0;
}
.modal__title {
  font-size: 1.0625rem;
  font-weight: normal;
  color: rgba(5, 5, 5, 0.45);
  margin-bottom: 1.25rem;
}
.modal__body {
  font-size: 1.125rem;
  line-height: 1.7;
}
.modal__body p {
  margin: 0 0 1.25em;
}
body.modal-open {
  overflow: hidden;
}
.site-footer {
  padding: 2rem 0 3rem;
  margin-top: auto;
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: baseline;
  gap: 1rem;
}
.site-footer__inner > a,
.site-footer__inner > button {
  color: #050505;
  font-size: 1.0625rem;
}
.site-footer__inner > a:nth-child(1) {
  text-align: left;
}
.site-footer__inner > a:nth-child(2) {
  text-align: center;
}
.site-footer__inner > button:nth-child(3) {
  text-align: right;
}
.site-footer__inner > a:hover,
.site-footer__inner > button:hover {
  opacity: 0.55;
}
.js-copy-email.is-copied {
  color: rgba(5, 5, 5, 0.45);
}
@media (max-width: 540px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .site-footer__inner > * {
    text-align: left !important;
  }
}
/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */
