/* Child Theme - Base Layer
   Keep global rules minimal. Prefer page-scoped rules in assets/css/pages/*.css
*/

:root {
  /* Optional child overrides can live here. */
}

/* ==================== Global Typography ==================== */
/* Global paragraph styles */
p {
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  margin: 0 0 1em 0;
}

