@font-face {
  font-family: "Blue Ridge";
  src: url("font/BLUERIDGE.woff2") format("woff2"), url("font/BLUERIDGE.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body {
  min-height: 100dvh;
  overflow-x: clip;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  background: linear-gradient(to bottom, #FFFFFF 0%, #193134 65%);
  text-align: center;
}

h1, h2, h3, h4 {
  font-family: "Blue Ridge", serif;
  font-weight: 700;
}

h1 {
  font-size: clamp(2.25rem, 6vw, 7rem);
  line-height: 1.4;
  letter-spacing: 0.5vw;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.7);
}

p.lead {
  color: #FFFFFF;
  font-size: 1.5rem;
}

.coming-soon__logo {
  width: clamp(100px, 80vw, 500px);
  margin: 0 auto;
}

.coming-soon__form {
  margin: 0 auto;
  width: clamp(100px, 80vw, 500px);
  text-align: center;
}

.hs-form-frame {
  margin: 0 auto;
}

.woordmerk {
  position: absolute;
  left: -10%;
  right: 0;
  top: 0;
  width: 120%;
  z-index: -1;
  opacity: 0.2;
}

/* Define the custom green color variable */
:root {
  --color-green-light: #8FD19E; /* Replace this with your actual green light value if different */
}

/* Style the email input */
.coming-soon__form input[type=email] {
  background: transparent;
  border: 2px solid #00ee00;
  border-radius: 0 !important;
  box-shadow: none;
  color: #FFFFFF !important;
}
.coming-soon__form input[type=email]::placeholder {
  color: #FFFFFF;
  opacity: 1;
}

/* Style the submit button */
.coming-soon__form button[type=submit] {
  background-color: #00ee00;
  border: 2px solid #00ee00;
  border-radius: 0 !important;
  color: #193134 !important;
}

/*# sourceMappingURL=style.css.map */
