/*
Theme Name: WOW Theme 06
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

p {
  margin-top: 0;
}

.text-display {
  font-family: var(--wp--preset--font-family--beautique-display);
  font-weight: 700;
  margin: 0;
  font-family: var(--wp--preset--font-family--beautique-display-condensed);
  font-size: 4rem;
}
@media (width >= 768px) {
  .text-display {
    font-size: 11.25rem;
  }
}
@media (width >= 1100px) {
  .text-display {
    font-size: 20rem;
  }
}

h1,
.h1 {
  font-family: var(--wp--preset--font-family--beautique-display);
  font-weight: 700;
  margin: 0;
  font-family: var(--wp--preset--font-family--beautique-display-condensed);
  font-style: 4rem;
  text-transform: uppercase;
}
@media (width >= 768px) {
  h1,
  .h1 {
    font-size: 7.5rem;
  }
}
@media (width >= 1100px) {
  h1,
  .h1 {
    font-style: 11.25rem;
  }
}

h2,
.h2 {
  font-family: var(--wp--preset--font-family--beautique-display);
  font-weight: 700;
  margin: 0;
  font-size: 2.5rem;
}
@media (width >= 768px) {
  h2,
  .h2 {
    font-size: 4.5rem;
  }
}
@media (width >= 1100px) {
  h2,
  .h2 {
    font-size: 6rem;
  }
}

h3,
.h3 {
  font-family: var(--wp--preset--font-family--beautique-display);
  font-weight: 700;
  margin: 0;
  font-size: 2rem;
}
@media (width >= 768px) {
  h3,
  .h3 {
    font-size: 3rem;
  }
}
@media (width >= 1100px) {
  h3,
  .h3 {
    font-size: 4rem;
  }
}

h4,
.h4 {
  font-family: var(--wp--preset--font-family--beautique-display);
  font-weight: 700;
  margin: 0;
  font-size: 1.75rem;
}
@media (width >= 768px) {
  h4,
  .h4 {
    font-size: 2.25rem;
  }
}
@media (width >= 1100px) {
  h4,
  .h4 {
    font-size: 2.5rem;
  }
}

h5,
.h5 {
  font-family: var(--wp--preset--font-family--beautique-display);
  font-weight: 700;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (width >= 768px) {
  h5,
  .h5 {
    font-size: 1.75rem;
  }
}
@media (width >= 1100px) {
  h5,
  .h5 {
    font-size: 2rem;
  }
}

h6,
.h6 {
  font-family: var(--wp--preset--font-family--beautique-display);
  font-weight: 700;
  margin: 0;
  font-size: 1.25rem;
}
@media (width >= 768px) {
  h6,
  .h6 {
    font-size: 1.5rem;
  }
}
@media (width >= 1100px) {
  h6,
  .h6 {
    font-size: 1.75rem;
  }
}

.p-1 {
  font-family: var(--wp--preset--font-family--beautique-display);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}

.p-2 {
  font-family: var(--wp--preset--font-family--beautique-display);
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  margin: 0;
}
@media (width >= 768px) {
  .p-2 {
    font-size: 1.25rem;
  }
}

.p-3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.p-4 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 999px;
  font-size: 1rem;
  width: max-content;
  border: solid 1px transparent;
  background-color: var(--wp--preset--color--light);
  color: var(--wp--preset--color--primary);
  border: solid 1px var(--wp--preset--color--primary);
  padding: 1rem 1.25rem;
}

.btn-light-small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 999px;
  font-size: 1rem;
  width: max-content;
  border: solid 1px transparent;
  background-color: #fff;
  color: var(--wp--preset--color--primary);
  padding: 10px 16px;
}

.btn-primary-small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 999px;
  font-size: 1rem;
  width: max-content;
  border: solid 1px transparent;
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  padding: 10px 16px;
}/*# sourceMappingURL=style.css.map */