body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #334155;
  line-height: 1.5;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1e293b;
  line-height: 1.2;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1e293b;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1e293b;
  line-height: 1.2;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1e293b;
  line-height: 1.2;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #334155;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.p1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #334155;
  line-height: 1.55;
  margin-bottom: 0.5rem;
}

.p2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #334155;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.p3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #334155;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}/*# sourceMappingURL=global.css.map */