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

.book-title {
  font-family: "League Spartan", FreeSans, Segoe UI, Roboto, sans-serif;
  color: #2563eb;
}

/* Fix for the fact that figure generation is incorrect. I'm emiting
   figure inside p and since it can't be inside p, browsers move it
   right after. Once figure generation is fixed, this can be removed. */
.center + figure {
  text-align: center;
}
.narrow + figure {
  padding: 0 20%;
}
