@font-face {
  font-display: swap;
  font-family: NT-Bau;
  font-weight: 400;
  src: url(../fonts/NT-Bau-Regular.1.woff2);
}

@font-face {
  font-display: swap;
  font-family: NT-Bau;
  font-weight: 700;
  src: url(../fonts/NT-Bau-Bold.1.woff2);
}

@font-face {
  font-display: swap;
  font-family: GT-Flexa;
  font-weight: 300;
  src: url(../fonts/GT-Flexa-Standard-Light.1.woff2);
}

@font-face {
  font-display: swap;
  font-family: GT-Flexa;
  font-weight: 700;
  src: url(../fonts/GT-Flexa-Standard-Bold.1.woff2);
}

@font-face {
  font-display: swap;
  font-family: GT-Flexa;
  font-weight: 900;
  src: url(../fonts/GT-Flexa-Standard-Black.1.woff2);
}

@font-face {
  font-display: swap;
  font-family: GT-Flexa;
  font-stretch: condensed;
  font-weight: 900;
  src: url(../fonts/GT-Flexa-Compressed-Black.1.woff2);
}

@font-face {
  font-display: swap;
  font-family: GT-Flexa;
  font-stretch: expanded;
  font-weight: 900;
  src: url(../fonts/GT-Flexa-Extended-Black.1.woff2);
}

@font-face {
  font-display: swap;
  font-family: NT-Bau-Mono;
  font-weight: 500;
  src: url(../fonts/NT-Bau-Mono-Medium.1.woff2);
}

.App {
  font-family: NT-BAU, 'noto sans hk', 'noto sans tc', 'noto sans sc',
    sans-serif;
  color: rgb(42, 42, 42);
}

.App swiper-slide {
  height: auto;
}

.App .swiper-button-disabled {
  opacity: 0;
  pointer-events: none !important;
}

.App a {
  color: rgb(42, 42, 42);
  text-decoration: none;
}

.App a:hover {
  text-decoration: underline;
}

.App a[href=''],
.App a:not([href]) {
  pointer-events: none;
}

.App [role='button'],
.App button {
  cursor: pointer;
  border: 0;
}

/* EN */
.App h1 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-family: GT-Flexa, 'noto sans hk', 'noto sans tc', 'noto sans sc',
    sans-serif;
}

.App h2 {
  font-weight: 900;
  line-height: 2rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-family: GT-Flexa, 'noto sans hk', 'noto sans tc', 'noto sans sc',
    sans-serif;
}

.App h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-family: GT-Flexa, 'noto sans hk', 'noto sans tc', 'noto sans sc',
    sans-serif;
}

.App h4 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.App .items-title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-family: GT-Flexa, 'noto sans hk', 'noto sans tc', 'noto sans sc',
    sans-serif;
}

.App .items-gender {
  font-weight: 700;
  line-height: 1.5rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: GT-Flexa, 'noto sans hk', 'noto sans tc', 'noto sans sc',
    sans-serif;
}

.App .product-intro-title {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-family: GT-Flexa, 'noto sans hk', 'noto sans tc', 'noto sans sc',
    sans-serif;
}

.App .product-intro-description {
  font-size: 1rem;
  font-weight: 700;
  color: #525252;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-family: GT-Flexa, 'noto sans hk', 'noto sans tc', 'noto sans sc',
    sans-serif;
}

.App .shop-button {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.6875rem 1.5rem;
  font-family: NT-Bau-Mono, 'noto sans hk', 'noto sans tc', 'noto sans sc',
    sans-serif;
}

@media screen and (min-width: 1024px) {
  .App h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .App h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .App h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .App .items-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .App .product-intro-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .App .shop-button {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0.9375rem 2rem;
  }
}
