﻿body,
      p {
        font-family: "Inter", sans-serif;
        font-size: 17px;
      }

      .newsletter-title {
        font-size: 79px;
        font-weight: 400;
        font-family: "Inter", sans-serif;
      }

      body,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      p,
      small,
      ul,
      li,
      a {
        font-family: "Inter", sans-serif;
      }

      ._form-thank-you {
        background: white !important;
        border-radius: 10px !important;
        padding: 10px !important;
      }

      #newsletter-hero {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: scroll;

        transition: background 0.5s ease-in-out;
        background-image: url(../picture/newsletter-hero-bkg.png);
      }

      @media (min-width: 1200px) {
        .vh-xl-100 {
          height: 100vh;
        }
      }

      @media (max-width: 600px) {
        .newsletter-title {
          font-size: 49px;
        }
      }