@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap");

body {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow:
    0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 8px 8px rgba(0, 0, 0, 0.15);
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

p.h1-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-shadow:
    0px 2px 2px rgba(0, 0, 0, 0.5),
    0px 4px 4px rgba(0, 0, 0, 0.25);
}

p.subtitle,
.subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  max-width: calc(100vw - 80px);
  text-align: center;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 24px;
  }

  p.h1-subtitle {
    font-size: 20px;
  }

  p.subtitle,
  .subtitle {
    font-size: 18px;
    max-width: none;
  }
}
