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

@font-face {
  font-family: "PPEiko-Light";
  src: url("/assets/PPEiko-Light-137c4760.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PPEiko-Medium";
  src: url("/assets/PPEiko-Medium-61b77ca1.otf");
  font-weight: normal;
  font-style: normal;
}

.message-text ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.message-text ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.message-text li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
