@font-face {
  font-family: "SiteHelvetica";
  src: url("/fonts/Helvetica.ttc");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  background-color: #6A4B50;
}

html {
  min-height: 100%;
  background-color: #6A4B50;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  background-color: #6A4B50;
  color: #F2D2AC;
  font-family: "SiteHelvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: stretch;
}

.wrap {
  width: min(100%, 700px);
  margin: 0 auto;
  padding: 74px 36px 56px 36px;
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

header {
  font-weight: normal;
  line-height: normal;
  margin: 0 0 40px 0;
  text-align: center;
  color: #F2D2AC;
}

.site-title-link {
  font-size: clamp(52px, 10vw, 78px);
  font-weight: 800;
  line-height: 1;
  color: #F2D2AC;
  text-decoration: none;
  display: inline-block;
}

.site-title-link:hover,
.site-title-link:focus {
  text-decoration: none;
}

.site-nav {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
  justify-content: center;
  font-size: inherit;
  font-weight: normal;
}

.site-nav a {
  white-space: nowrap;
}

.site-nav a,
.site-nav a:hover,
.site-nav a:focus {
  text-decoration: none;
}

main {
  width: 100%;
  flex: 1;
  text-align: left;
}

.page-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: left !important;
  line-height: 1.6;
}

.page-content > * {
  width: 100%;
  box-sizing: border-box;
}

.page-content > :first-child {
  margin-top: 0;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin: 0 0 1em 0;
  text-align: left !important;
  line-height: 1.2;
}

.page-content p {
  margin: 0 0 1.5em 0;
}

.post-list-item h2 {
  font-size: 14pt;
  font-weight: normal;
  line-height: 1.4;
}

a {
  color: #F2D2AC;
  text-decoration: underline;
}

footer {
  margin: 0;
  padding-top: 20px;
  font-size: inherit;
  color: #F2D2AC;
  text-align: left;
}

@media (max-width: 640px) {
  .wrap {
    padding: 56px 20px 44px 20px;
  }

  .site-nav {
    margin-top: 18px;
    column-gap: 14px;
    row-gap: 8px;
    font-size: 13pt;
  }
}
