/*
Theme Name: Blocksy Child - WarmEarthHome
Theme URI:  https://warmearthhome.com
Description: Blocksy child theme for WarmEarthHome - Homepage template & minor tweaks.
Author: WarmEarthHome
Author URI: https://warmearthhome.com
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

@import url("../blocksy/style.css");

/* Your custom CSS starts here */

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #2b2b2b;
  background: #fffefc;
}

.site-header, .site-footer {
  background: #f7efe6; /* Warm Sand tone */
}

/* Homepage specific styles */
.home-hero {
  padding: 56px 24px;
  text-align: left;
}
.home-hero h1 { font-size: 36px; margin-bottom: 8px; }
.series-cards { display:flex; gap:16px; flex-wrap:wrap; }
@media (max-width: 768px) {
  .series-cards { flex-direction:column; }
  .home-hero h1 { font-size:28px; text-align:center; }
}
