:root {
  --font-primary: "Proxima Nova","Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-secondary: "Playfair Display", Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
  font-style: normal;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

.text-content {
  padding-left: 10px;
  padding-right: 10px;
}

.text-content-text {
  text-align: center;
}

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