/* ==========================================================================
   rmk-about-custom.css
   Custom overrides for the Remake About Page (page-template/rmk-about-template.php).
   Loaded after rmk-about.css — safe from SCSS recompiles. Plain CSS, no build.
   Scope rules under `body.rmk` to avoid leaking to other pages.
   ========================================================================== */

/* Custom styles below */

/* Journey timeline: justify description text */
.rmk-about-jour__item .tt {
  text-align: justify;
}
