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

body {
  padding: 0;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  background: var(--wp--preset--color--neutral);
  color: var(--wp--preset--color--dark);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  padding: 0 clamp(1rem, 0.8393rem + 0.7143vw, 1.5rem);
}

.big-title {
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  font-size: clamp(3rem, 2.1964rem + 3.5714vw, 5.5rem);
}

h1,
.h1 {
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  font-size: 3rem;
}
@media (width >= 768px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}
@media (width >= 1100px) {
  h1,
  .h1 {
    font-size: 5.5rem;
  }
}

h2,
.h2 {
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  font-size: 1.725rem;
}
@media (width >= 768px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
@media (width >= 1100px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}

h3,
.h3 {
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  font-size: 1.4rem;
}
@media (width >= 768px) {
  h3,
  .h3 {
    font-size: 1.725rem;
  }
}
@media (width >= 1100px) {
  h3,
  .h3 {
    font-size: 2.2rem;
  }
}

h4,
.h4 {
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  font-size: clamp(1.625rem, 5vw, 2.188rem);
  font-size: 1.5rem;
}
@media (width >= 1100px) {
  h4,
  .h4 {
    font-size: 1.8rem;
  }
}

h5,
.h5 {
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 1.875rem);
  font-size: 1.25rem;
}
h6,
.h6 {
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}

.tagline {
  font-size: 0.9rem;
  font-family: var(--wp--preset--font-family--fragment-mono);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
  letter-spacing: 0;
}
.tagline svg {
  display: block;
  width: 13.5px;
  height: auto;
}
@media (width >= 768px) {
  .tagline {
    margin-bottom: 20px;
  }
}

.btn-dark {
  display: flex;
  padding: 0.75rem 1.5rem;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  letter-spacing: -0.05em;
  width: max-content;
  border-radius: 0.1rem;
  background-color: var(--wp--preset--color--dark);
  color: #fff;
}

.btn-highlight {
  display: flex;
  padding: 0.75rem 1.5rem;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  letter-spacing: -0.05em;
  width: max-content;
  border-radius: 0.1rem;
  background-color: var(--wp--preset--color--highlight);
  color: var(--wp--preset--color--dark);
}

.btn-light-transparent {
  display: flex;
  padding: 0.75rem 1.5rem;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  letter-spacing: -0.05em;
  width: max-content;
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.1490196078);
  backdrop-filter: blur(5px);
  color: #fff;
}/*# sourceMappingURL=style.css.map */