/* Debbie Halstead campaign brand extras
   Self-hosted Pacifico (script lettering from the campaign sign) and the
   .deb-script accent class used on Divi text modules. */

@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/fonts/pacifico-v23-latin-regular.woff2") format("woff2"),
       url("/wp-content/fonts/pacifico-v23-latin-regular.woff") format("woff");
}

.deb-script,
.deb-script p {
  font-family: "Pacifico", cursive !important;
  font-size: 28px;
  line-height: 1.6;
  color: #1b9aaa;
  text-transform: none;
}

/* Hero headline styled like the logo lockup:
   "Debbie" orange script overlapping "HALSTEAD" navy heavy caps */
.deb-hero-name {
  margin-bottom: 0.4em;
}
.deb-hero-first {
  display: block;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 72px;
  line-height: 1.05;
  color: #e5672e;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: -14px;
  position: relative;
  z-index: 1;
}
.deb-hero-last {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 54px;
  line-height: 1.1;
  color: #1e3a6e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.deb-hero-for {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1b9aaa;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

@media (max-width: 767px) {
  .deb-hero-first { font-size: 52px; margin-bottom: -10px; }
  .deb-hero-last { font-size: 36px; }
  .deb-hero-for { font-size: 15px; }
  .deb-script, .deb-script p { font-size: 24px; }
}
