/*
Theme Name: Astra Child
Template: astra
*/

/* IMPORTS */
@import url("assets/css/front-page.css");
@import url("assets/css/cpt.css");

/* Ensure sections themselves are full width */
/* .read-by-book,
.new-chapters {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.book-single {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "Inter", sans-serif;
  color: #1b1b1b;
} */
:root {
  --bg: #f4f2ec;
  /* --bg: #eee7df; */
}
html,
body {
  background: var(--bg) !important;
}
