/* Place your project-specific CSS here */
:root{
  --container-max: 1200px;
}
/* Example tweak: reduce default content width */
.site-content .inside-article, .one-container .site-content {
  max-width: var(--container-max);
  margin-inline: auto;
}
