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

*, .plex-mono {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.coral-pixels {
  font-family: "Coral Pixels", serif;
  font-weight: 400;
  font-style: normal;
}

.garamond, .garamond * {
  font-family: Garamond;
  font-weight: 400;
  font-style: normal;
}

.summary h1, .summary h2 {
  font-family: "IBM Plex Mono", monospace;
}

.summary h1 {
  font-size: 24px;
  margin-bottom: 30px;
}

.summary h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.summary p {
  margin-bottom: 30px;
}

.summary ul {
  list-style-type: "— ";
  margin-left: 30px;
  margin-bottom: 20px;
}

.pattern {
  background-image: url("/assets/pattern_black-fd91711f.png");
}
