/* ===============================
   BRAND TYPOGRAPHY
================================ */

/* Big retro block headings */
.package-title {
  font-family: Chango, sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

/* Hero script line */
.hero-script {
  font-family: "Lobster", cursive !important;
  font-weight: 400 !important;
}

/* Retro script titles */
.step-title {
  font-family: "Broline Script", cursive !important;
  font-weight: 400 !important;
}

/* Body copy */
body,
p,
li,
.package-desc-box,
.package-includes {
  font-family: "Libre Baskerville", Georgia, serif !important;
}

/* Price */
.package-price {
  font-family: Chango, sans-serif !important;
  font-weight: 900 !important;
}

/* Buttons */
.wp-block-button__link,
.package-button a {
  font-family: Arial, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}