/*
Theme Name: Chilumba Farms (Astra Child)
Theme URI: https://chilumbafarms.com
Description: Custom child theme for Chilumba Farms
Author: Jamestall Jr.
Template: astra
Version: 1.0
*/

/* =========================
   CUSTOM FONTS
   ========================= */

@font-face {
  font-family: 'PlaywriteBR';
  src: url('fonts/PlaywriteBR.woff2') format('woff2');
}

@font-face {
  font-family: 'DistilleryStrong';
  src: url('fonts/DistilleryStrong.woff2') format('woff2');
}

@font-face {
  font-family: 'League Spartan Regular';
  src: url('fonts/League Spartan Regular.woff2') format('woff2');
}

/* =========================
   HERO TEXT CLASSES
   ========================= */

.hero-welcome {
  font-family: 'PlaywriteBR', serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.hero-title {
  font-family: 'DistilleryStrong', serif;
  font-size: 4rem;
  line-height: 1.1;
}

.hero-tagline {
  font-family: 'League Spartan Regular', cursive;
  font-size: 1.6rem;
  opacity: 0.9;
}

/* =========================
   MOBILE FIXES
   ========================= */

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-tagline {
    font-size: 1.3rem;
  }
}
