/* Fonts */
/* @font-face {
  font-family: "Anton SC";
  src: url("../fonts/AntonSC-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
  size-adjust: 100%;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: 0%;
} */

@font-face {
  font-family: "Anton SC";
  src: url("../fonts/VastagoGrotesk-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
  size-adjust: 100%;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: 0%;
}

/* @font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_24pt-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_24pt-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_24pt-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_24pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_24pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_24pt-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_24pt-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_24pt-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Source Sans";
  src: url("../fonts/SourceSans3-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("../fonts/SourceSans3-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("../fonts/SourceSans3-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("../fonts/SourceSans3-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("../fonts/SourceSans3-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("../fonts/SourceSans3-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("../fonts/SourceSans3-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

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

.anton {
  font-family: "Anton SC", sans-serif;
}

/* Footer WYSIWYG */

.footer__below-logo,
.footer__below-logo
  :where(p, li, em, strong, span, h1, h2, h3, h4, h5, h6, blockquote) {
  color: inherit;
}
.footer__below-logo a {
  color: inherit;
  text-decoration: underline;
}
.footer__below-logo a:hover {
  color: inherit;
  text-decoration-color: currentColor;
}

/* Gravity form style */
.hero__contact #gform_fields_1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 32px;
  column-gap: 37px;
}

.hero__contact #gform_fields_1 legend,
.hero__contact #gform_fields_1 label {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #999999;
  font-weight: 500;
}
.hero__contact #gform_fields_1 input[type="text"],
.hero__contact #gform_fields_1 input[type="email"],
.hero__contact #gform_fields_1 textarea {
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  padding: 16px 20px;
  background: #f8f8f8;
  border: 2px solid #e8e8e8;
  margin-top: 16px;
  width: 100%;
}
.hero__contact #gform_fields_1 #field_1_5 {
  grid-column: 1 / span 2;
}
.hero__contact #input_1_5 {
  height: 140px !important;
  min-height: 140px;
  resize: vertical;
}

.hero__contact #gform_fields_1 input::placeholder,
.hero__contact #gform_fields_1 textarea::placeholder {
  color: #06272c;
}

/* Scoped to your hero section and specific form (ID 1) */
.hero__contact #gform_submit_button_1 {
  margin-top: 32px;
  background-color: #cb9ac6;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 16px 26px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  cursor: pointer;
  width: 100%;
  transition: all 0.2s ease, transform 0.2s ease;
}

.hero__contact #gform_submit_button_1:hover {
  background-color: #966f92;
}

@media (max-width: 1024px) {
  .hero__contact #gform_fields_1 #field_1_7,
  .hero__contact #gform_fields_1 #field_1_6 {
    grid-column: 1 / span 2;
  }
}
@media (max-width: 640px) {
  .hero__contact #gform_fields_1 legend,
  .hero__contact #gform_fields_1 label {
    font-size: 18px;
  }

  .hero__contact #gform_fields_1 input[type="text"],
  .hero__contact #gform_fields_1 input[type="email"],
  .hero__contact #gform_fields_1 textarea {
    font-size: 16px;
  }
  .hero__contact #gform_fields_1 {
    row-gap: 20px;
  }
}

/* Closed (default) */
#test-panel {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 300ms ease-out, opacity 300ms ease-out;
}

#mobile-nav a {
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: -0.5px;
}

#mobile-nav a,
#mobile-nav button {
  color: #fff !important;
  transition: all 0.15s linear;
}
#mobile-nav a:hover,
#mobile-nav button:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
#mobile-nav a:visited {
  color: #fff !important;
}
