* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  max-width: 100vw;
}

body {
  overflow-x: hidden;
  background-color: #f5f5f5;
  height: fit-content;
}

.page-header {
  width: 100vw;
  padding: 5rem;
  text-align: center;
  background-image: url("/assets/img/pricing_title_bg.webp");
  background-position: center;
  background-size: cover;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page-header h1 {
  font-family: "DM Serif Text", serif;
  letter-spacing: 4px;
}

/*# sourceMappingURL=global.css.map */
