/* Font Face Declaration for Feu de camp Timber */
@font-face {
  font-family: "Feu de camp Timber";
  src: url("../fonts/feudecamp-timber-webfont.woff2") format("woff2");
  font-display: block;
}

.hubspot-style {
  font-family: "Feu de camp Timber", serif;
  font-size: 3rem;
  max-width: 800px;
  font-weight: bold;
  color: #ffef09;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
  -webkit-text-stroke: 1px black;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 auto;
}

/* === HubSpot Custom Overrides === */
#hubspot-container {
  font-family: "Feu de camp Timber", sans-serif !important;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.hs-input {
  margin: 1rem;
}

.hs-button {
  display: inline;
  background-color: black;
  color: yellow;
  margin: 1rem;
  border-radius: 15px;
  padding: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.hs-button:hover {
  transform: scale(1.25);
  transform: translateY(-4px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
  /* Subtle shadow on hover */
}

.hs-button:active {
  transform: translateY(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hs-input-box {
  display: inline;
  background-color: black;
  text-align: center;
  width: 100%;
  border-radius: 15px;
  height: 40px;
  max-width: 600px;
}

#firstname {
  color: rgb(255, 0, 157);
}

#lastname {
  color: rgb(0, 195, 255);
}

#email {
  color: red;
}
