:root{
  --color-pink: #D73C91;
  --color-green: #50A0A5;
  --color-white: #FFFFFF;
  --color-black: #2D2D2D;
  --color-gray: #787878;

  --max-content-width: 1000px;
}

body {
  font-family: "Barlow", sans-serif;
}

h2, h3, h4{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: .04em;
}

#header-logo {
  display: flex;
  align-items: center;
  column-gap: clamp(.875rem, 1vw, 1.5rem);
}
#header-logo .logo-img {
  width: clamp(80px, 10vw, 96px);
}
#header-logo .logo-text{
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  white-space: nowrap;
}

.contact-hd {
  font-size: 3rem;
}

.contact-content .hs-richtext p {
  font-size: 1rem;
  line-height: 1.5;
}

.contact-content .hs-form-required:before {
  background-color: var(--color-black);
  font-weight: 500;
}

.contact-content .hs-submit .hs-button {
  background-color: var(--color-pink);
}
