body {
  background-color: #ffffff;
  color: #31332c;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.typo-section-label {
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6a5d4d;
}

.typo-section-title {
  font-family: "Fraunces", serif;
  font-size: 1.32rem;
  line-height: 1.2;
  color: #31332c;
}

.typo-subsection-title {
  font-family: "Fraunces", serif;
  font-size: 1.08rem;
  line-height: 1.2;
  color: #31332c;
}

.typo-body {
  font-family: "Manrope", sans-serif;
  font-size: 0.74rem;
  line-height: 1.58;
  color: #5e6058;
}

.typo-duration {
  font-family: "Manrope", sans-serif;
  font-size: 0.69rem;
  color: #6a5d4d;
}

.typo-role-title {
  font-family: "Manrope", sans-serif;
  font-size: 0.81rem;
  font-weight: 700;
  color: #31332c;
}

.typo-item-title {
  font-family: "Fraunces", serif;
  font-size: 0.88rem;
  line-height: 1.35;
  color: #31332c;
}

.typo-meta {
  font-family: "Manrope", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #6b7280;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  line-height: 1;
}

.project-link {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #374151;
  text-decoration: none;
}

.project-link-text {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.project-link .material-symbols-outlined {
  font-size: 0.82rem;
}

.discourse-list {
  border-top: 1px solid #ececec;
}

.discourse-row {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.65rem;
  align-items: start;
  padding: 0.82rem 0;
  border-bottom: 1px solid #efefef;
}

.discourse-index {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9ca3af;
  padding-top: 0.15rem;
}

.discourse-meta {
  margin-bottom: 0.3rem;
}

.discourse-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.2rem;
  color: #2f3430;
  transition: color 140ms ease;
}

.discourse-link:hover {
  color: #5f6058;
}

#social-links {
  max-width: 430px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .typo-subsection-title {
    font-size: 1.24rem;
  }

  .typo-section-title {
    font-size: 1.85rem;
  }

  .typo-body {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .typo-duration {
    font-size: 0.75rem;
  }

  .typo-role-title {
    font-size: 0.88rem;
  }

  .typo-item-title {
    font-size: 1.02rem;
  }

  .typo-meta {
    font-size: 0.63rem;
  }

  .project-link {
    font-size: 0.68rem;
  }
}

@media (max-width: 640px) {
  .typo-section-label {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .typo-section-title {
    font-size: 1.16rem;
  }

  .typo-subsection-title {
    font-size: 0.96rem;
  }

  .discourse-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 0.62rem 0;
  }

  .discourse-index {
    display: none;
  }

  .discourse-meta {
    margin-bottom: 0.18rem;
  }

  .discourse-link {
    display: block;
  }

  #social-links {
    max-width: 380px;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
  }
}
