/* Revert fonts on About page back to Syne + Inter */

body {
  font-family: 'Inter', system-ui, sans-serif;
}

.nav-brand,
.nav-links,
.tagline-bar,
.lightbox-close,
.lightbox h2,
.lightbox-cat,
.carousel-tile-title,
.about-copy h1,
.about-copy .contact-line,
.footer {
  font-family: 'Syne', system-ui, sans-serif;
}
