body {
  margin: 0;
  background-color: #ffffff;
  color: #242424;
  font-family: 'Merriweather', serif;
}

.cover-image {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
}

.cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
}

.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
}

article {
  margin-top: 48px;
}

h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #6b6b6b;
  margin-bottom: 32px;
}

.meta {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 48px;
}

h2 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-top: 48px;
  margin-bottom: 16px;
}

p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 24px;
}


@media (max-width: 768px) {
  .cover-image {
    max-height: 280px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 22px;
  }

  p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .cover-image {
    max-height: 220px;
  }

  h1 {
    font-size: 28px;
  }

  p {
    font-size: 17px;
  }
}
