/*
Theme Name: MysticPen Child
Description: Child theme of MysticPen that overrides the front page to display the Books archive
Author: MysticPen Automation
Template: mystic-pen
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../mystic-pen/style.css");

/* Child theme customizations can be added here */
.front-page-books-header {
  text-align: center;
  margin-bottom: 2rem;
}

.front-page-books-header .site-title {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.front-page-books-header .site-description {
  font-size: 1.1rem;
  color: #666;
}
