/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
#article-body {
  p {
    margin-bottom: 1rem;
  }
  h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #1a365d;
  }
  h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  h4 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
  h5 {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  ul {
    margin-bottom: 1rem;
    list-style-type: disc;
    margin-left:2rem;
  }
  ol {
    margin-bottom: 1rem;
    list-style-type: decimal;
    margin-left: 2rem;
  }
  li {
    margin-bottom: 0.5rem;
  }
}