.viewer .project-info h1 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  color: #746677 !important;
  overflow-wrap: anywhere;
}

.viewer .project-info span {
  font: 400 10px/1.5 'IBM Plex Sans Condensed', Arial, sans-serif;
  letter-spacing: 0;
  color: #827685;
}

.viewer .project-info a {
  font: 400 14px/1.5 'IBM Plex Sans Condensed', Arial, sans-serif;
  color: #746677;
}

#about .about-copy > p[data-i18n="aboutSummary"] {
  font: italic 300 24px/1.65 'Cormorant Garamond', Georgia, serif !important;
  letter-spacing: 0 !important;
  color: #79677c !important;
}

#about .about-toggle {
  font: 400 14px/1.5 'IBM Plex Sans Condensed', Arial, sans-serif !important;
  letter-spacing: 0 !important;
  color: #79677c;
}

html[lang^="ar"] #about .about-copy > p[data-i18n="aboutSummary"] {
  font-family: 'Noto Kufi Arabic', Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 1.9 !important;
}

html[lang="zh"] #about .about-copy > p[data-i18n="aboutSummary"],
html[lang="ja"] #about .about-copy > p[data-i18n="aboutSummary"],
html[lang="ko"] #about .about-copy > p[data-i18n="aboutSummary"] {
  font-family: 'Noto Sans KR', sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
}

@media (max-width: 780px) {
  .viewer .project-info h1 { font-size: 32px !important; }
  #about .about-copy > p[data-i18n="aboutSummary"] { font-size: 21px !important; }
  .hero-scroll .scroll-mark { height: 68px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll .scroll-mark { animation: none !important; }
}
