/*
 * Build-free compatibility fixes.
 *
 * Keep this file limited to small overrides that must ship independently of
 * the legacy Sage/Webpack pipeline. It is loaded after the compiled main CSS.
 */

.archive-title {
  font-size: clamp(1.75rem, 8vw, 2.5rem);
  overflow-wrap: anywhere;
}
