/* Shared typography, matching the homepage. */
body, button, input, select, textarea { font-family: 'Inter', 'Sarabun', sans-serif; }
h1, h2, h3, h4, h5, h6, .font-display {
  font-family: 'Fraunces', 'Sarabun', serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
p { text-wrap: pretty; }
.module-card { height: 100%; }
.module-card h3 { line-height: 1.35; }
.module-art { display: block; width: 100%; height: 12rem; object-fit: cover; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
