/*
 * 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.
 */

/* Prose styles for page content */
.prose h1 {
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  margin-top: 2rem !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.2 !important;
}

.prose h2 {
  font-size: 1.875rem !important;
  font-weight: 600 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
  line-height: 1.3 !important;
}

.prose h3 {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.75rem !important;
  line-height: 1.4 !important;
}

.prose p {
  margin-bottom: 1rem !important;
  line-height: 1.75 !important;
}

.prose ul {
  list-style-type: disc !important;
  margin-left: 1.5rem !important;
  margin-bottom: 1rem !important;
}

.prose ul li {
  margin-bottom: 0.5rem !important;
  line-height: 1.75 !important;
}

.prose strong {
  font-weight: 600 !important;
}
