html {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-family: 'Noto Serif', serif;
  font-weight: 300;
  margin: 2rem auto;
  padding: 0 1rem;
  background: #fff;
  max-width: 1000px;
  color: #223;
  font-size: 1rem;
}

h1 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

h2 {
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

h3 {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

h4 {
  font-size: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

p {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

a {
  font-size: 1rem;
  color: inherit;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
}

article {}

img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.featured-thumb {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-right: 1rem;
}

.site-header h1 {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.site-title {
  margin: 0;
}

.site-nav a {
  font-size: 1.1rem;
  margin-left: 1rem;
  text-decoration: none;
  color: inherit;
  font-weight: 300;
}

.pagination {
  text-align: center;
  margin: 2rem 0;
}

.pagination a {
  margin: 0 0.5rem;
  text-decoration: none;
  color: inherit;
}

.photobook-link a {
  font-size: 1.1rem;
  text-decoration: none;
}

.back-to-top {
  text-align: center;
  margin: 2rem 0;
}

.back-to-top a {
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}

