/* Keep the hero accent legible against the About page's pale blue surface. */
.atelier-about .about-display .about-title-accent {
  color: #004e97;
  color: oklch(0.42 0.145 248);
}
