/* Averia Paperback */

@import url('https://fonts.googleapis.com/css2?family=Averia+Gruesa+Libre&family=Fragment+Mono:ital@0;1&display=swap');

body.calibre-viewer-paginated {
  font-family: "Averia Gruesa Libre", "Fragment Mono" !important;
  font-size: 100%;
  text-indent: 2em !important;
  line-height: 120% !important;
  padding: 10px;
  word-wrap: break-word;
 }

p, p.footnote {
  font-family: "Averia Gruesa Libre", "Fragment Mono" !important;
  font-size: 100%;
  word-wrap: break-word;
  padding-right: 0.2em !important; 
  padding-left: 0.2em !important;
 }

strong, emi, i {
  color: #ffffcc;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Averia Gruesa Libre", serif;
  font-weight: 600;
  line-height: 125% !important;
  text-align: left;
  color: #ffcc00;
}

/* Fix: Prevent text-indent from pushing blockquote text away from the border */
blockquote p {
  text-indent: 0 !important;
  padding-left: 0 !important;
}

/* Quotes and Text Blocks - Tight Libby Style */
blockquote {
  border-left: 3px none #ffcc00; 
  /* Resetting margins to 0 to remove the default heavy left padding */
  margin: 0em 0 1em 0 !important; 
  padding-left: 48px !important; /* Controlled gap between line and text */
  font-style: italic;
  opacity: 0.85;
}

/* Target ALL blockquotes that are descendants of another blockquote */
blockquote blockquote,
blockquote blockquote blockquote {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  display: inline !important; 
  text-indent: 0 !important;
}

span {display: inline;}

img {max-width: 100%;}

hr {border: 2px solid; border-radius: 2px;}