@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,700;1,9..144,300&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;1,8..60,400&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #fffcf5;
  color: #1a1a18;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(1.05rem, 1.5vw, 1.175rem);
  line-height: 1.85;
  padding: 5rem 1.5rem 6rem;
}

article {
  max-width: 720px;
  margin: 0 auto;
}

header {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 2.5rem;
}

h1 {
  font-family: 'Fraunces', serif;
  font-optical-sizing: auto;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 0.3em;
}

.tagline {
  font-family: 'Fraunces', serif;
  font-optical-sizing: auto;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(26, 26, 24, 0.52);
  line-height: 1.4;
  letter-spacing: 0.005em;
}

p {
  margin-bottom: 1.75em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(26, 26, 24, 0.25);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease;
}

a:hover {
  text-decoration-color: rgba(26, 26, 24, 0.7);
}
