@font-face {
  font-family: Inter Variablefont Slnt Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font--copy: "Inter Variablefont Slnt Wght", sans-serif;
  --color--heading: black;
  --font--heading: "Inter Variablefont Slnt Wght", sans-serif;
  --color--text: white;
}

body {
  font-family: var(--font--copy);
  color: var(--color--heading);
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--font--heading);
  text-align: center;
  margin: auto;
  font-size: 2rem;
  line-height: 1.2;
}

h2 {
  font-family: var(--font--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

h3 {
  font-family: var(--font--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--font--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.3;
}

h5 {
  font-family: var(--font--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

h6 {
  font-family: var(--font--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.container-large {
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.padding-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section.huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}