@font-face {
  font-family: Gordita;
  src: url(../fonts/Gordita/hinted-Gordita-Bold.eot);
  src:
    url(../fonts/Gordita/hinted-Gordita-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Gordita/hinted-Gordita-Bold.woff2) format('woff2'),
    url(../fonts/Gordita/hinted-Gordita-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/Gordita/hinted-Gordita-Black.eot);
  src:
    url(../fonts/Gordita/hinted-Gordita-Black.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Gordita/hinted-Gordita-Black.woff2) format('woff2'),
    url(../fonts/Gordita/hinted-Gordita-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/Gordita/hinted-Gordita-BlackItalic.eot);
  src:
    url(../fonts/Gordita/hinted-Gordita-BlackItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Gordita/hinted-Gordita-BlackItalic.woff2) format('woff2'),
    url(../fonts/Gordita/hinted-Gordita-BlackItalic.woff) format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/Gordita/hinted-Gordita-RegularItalic.eot);
  src:
    url(../fonts/Gordita/hinted-Gordita-RegularItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Gordita/hinted-Gordita-RegularItalic.woff2) format('woff2'),
    url(../fonts/Gordita/hinted-Gordita-RegularItalic.woff) format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/Gordita/hinted-Gordita-Regular.eot);
  src:
    url(../fonts/Gordita/hinted-Gordita-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Gordita/hinted-Gordita-Regular.woff2) format('woff2'),
    url(../fonts/Gordita/hinted-Gordita-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/Gordita/hinted-Gordita-Medium.eot);
  src:
    url(../fonts/Gordita/hinted-Gordita-Medium.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Gordita/hinted-Gordita-Medium.woff2) format('woff2'),
    url(../fonts/Gordita/hinted-Gordita-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/Gordita/hinted-Gordita-BoldItalic.eot);
  src:
    url(../fonts/Gordita/hinted-Gordita-BoldItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Gordita/hinted-Gordita-BoldItalic.woff2) format('woff2'),
    url(../fonts/Gordita/hinted-Gordita-BoldItalic.woff) format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/Gordita/hinted-Gordita-MediumItalic.eot);
  src:
    url(../fonts/Gordita/hinted-Gordita-MediumItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Gordita/hinted-Gordita-MediumItalic.woff2) format('woff2'),
    url(../fonts/Gordita/hinted-Gordita-MediumItalic.woff) format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/Gordita/hinted-Gordita-LightItalic.eot);
  src:
    url(../fonts/Gordita/hinted-Gordita-LightItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Gordita/hinted-Gordita-LightItalic.woff2) format('woff2'),
    url(../fonts/Gordita/hinted-Gordita-LightItalic.woff) format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/Gordita/hinted-Gordita-Light.eot);
  src:
    url(../fonts/Gordita/hinted-Gordita-Light.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Gordita/hinted-Gordita-Light.woff2) format('woff2'),
    url(../fonts/Gordita/hinted-Gordita-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

*,
body {
  font-family: 'Gordita';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#container {
  min-height: 100vh;
  width: 100%;
  padding: 1rem;
  background-image: url('../../assets/images/background.webp');
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 7.5rem;
  max-width: 40rem;
}
.logo {
  width: 9rem;
  height: 3rem;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 1rem;
}
.h1 {
  color: #222;
  font-family: 'Gordita';
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.h2 {
  color: #222;
  font-family: 'Gordita';
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (min-width: 768px) {
  #container {
    padding: 2.25rem 1rem 10rem;
    background-position: center;
  }
  .header {
    gap: 7.5rem;
  }
  .content {
    gap: 1rem;
    align-self: stretch;
  }
  .h1 {
    font-size: 2.25rem;
  }
  .h2 {
    font-size: 1.625rem;
  }
}

@media (min-width: 1024px) {
  #container {
    padding: 6rem 1rem 10rem 6rem;
  }
  .header {
    gap: 7.5rem;
  }
  .content {
    gap: 1rem;
    align-self: stretch;
  }
  .h1 {
    font-size: 2.25rem;
  }
  .h2 {
    font-size: 1.625rem;
  }
}

@media (min-width: 1360px) {
  #container {
    padding: 6rem 1rem 10rem 6rem;
  }
  .header {
    gap: 7.5rem;
  }
  .content {
    gap: 1rem;
    align-self: stretch;
  }
  .h1 {
    font-size: 2.25rem;
  }
  .h2 {
    font-size: 1.625rem;
  }
}

@media (min-width: 1920px) {
  #container {
    padding: 6rem;
  }
  .header {
    gap: 10rem;
    max-width: 90rem;
  }
  .content {
    gap: 0.75rem;
    align-self: normal;
  }
  .h1 {
    font-size: 3.75rem;
  }
  .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 2500px) {
  .header {
    gap: 10rem;
    max-width: 150rem;
  }
}
